I am getting the error failed to push some refs, below
$ git push origin bob Total 0 (delta 0), reused 0 (delta 0) To git:/var/git/webservices.git * [new branch] bob -> bob error: failed to push some refs to 'git:/var/git/webservices.git' Note: this has nothing to do with non-fast-forward pushes.
To try and rule it out I have set 777 permissions to the whole remote repo.
Any idea how to find what ref it can't push?
(to be clear it has pushed the new branch to the repo and this is a repo that was previously working fine)
bob. The weird thing is that it looks like it succeeded, and then it says it failed after all (?!). If you log in to the server, is the ref there? (cd to the bare repo and rungit rev-parse bobto see.)