Steven Hall
Steven Hall
Ah, that makes sense. That could be a configuration feature to add to git-radar actually... just to make it easier. I installed it with the Ubuntu PPA as well: ```bash...
ya I don't know. I tried upgrading to tmux 2.2 as well, but still couldn't replicate. I will have a look at the code and see if anything stands out,...
@valorin just wanted to let you know that I pushed a pr #110 that adds a two variables to allow both a prefix, and a suffix to git-radar. Again, I...
Have you checked stack overflow? I found [this](https://stackoverflow.com/questions/11796580/git-pull-error-error-remote-ref-is-at-but-expected) which looks like a similar problem to yours. Is this problem specific to git-radar? Because It appears that similar error occurs without...
hmm... I'll keep an eye out. I will come back here if I find anything.
Is there any kind of reproducible pattern that you have noticed? I have been unable to reproduce this problem at all.
I use --rebase and I have not seen this problem with that command. I have found these which show similar issues: http://stackoverflow.com/questions/12416643/notorious-git-error-remote-rejected-failed-to-lock http://emacs-devel.gnu.narkive.com/YJDjId4U/git-error-on-master Maybe these will help. I will see...
I've noticed this can also sometimes happen if you are working with someone that has modified the git history that has already been pushed. Perhaps this is the case? http://stackoverflow.com/questions/19548199/git-reference-conflicts-between-branches-unable-to-update-local-branch...
I haven't had a chance to look into this for a while, but I do have a (probably) better workaround. in the git-radar script if we do: ```bash if [[...
It looks like you are trying to execute `Makefile` and it looks like it tried to execute the Makefile in your git-radar fork... I presume because that directory is in...