Skip to content

Instantly share code, notes, and snippets.

@hkorsvoll
Created November 20, 2012 14:30
Show Gist options
  • Select an option

  • Save hkorsvoll/4118245 to your computer and use it in GitHub Desktop.

Select an option

Save hkorsvoll/4118245 to your computer and use it in GitHub Desktop.
git ls-remote
$ git ls-remote
From http://<company URL>/Bonobo.Git/Git.aspx/ElWin
314adac9c3234bda19cef36f279beccce5dfd532 refs/heads/ElWinMDI_XE2
271f0cc1b4020fe387944aa5c55ca90390453b5d refs/heads/ElWinMDI_XE2_Optimalization
c8a092e32a7ba54b909f9a879a0359b85e1674b3 refs/heads/master
3c1df104b388afb28bbff32ee20caf1c3dfdfc62 refs/heads/Optimalization
db42ea03cd1036eb7aeb85dd9439911f7ea73c5a refs/heads/UserAccess
cf44db8d5b56ca54d69d9af7c8895db19bc23294 refs/heads/UserAccess@99
5eb332064dbfb6da07642f9736d0141ef3963d7d refs/heads/XE2_TEST
@hkorsvoll
Copy link
Copy Markdown
Author

Ok, back to the problem. I have a large repository originally from Subversion. As you see it has some branches.
I use Bonobo as Git server, and created a empty repository on that. Then pushed the repo from my locally svn cloned repo.
The first time I could push to the other branches but not to the master branch (same error as I have described). Then I wiped the server repo and started over again. This time pushing one branch at a time, starting with the master branch. It seemed to work, and I could push to all branches. But today I get the same error again, not possible to push to the master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment