Couldn't find remote ref HEAD in Git
问题 I installed bonobo git server on windows 7. I created a new repository "SFK" through that bonobo. Then I cloned into that like: git clone http://localhost/Bonobo.Git.Server/SFK.git git add "trans.cs" git commit -m "added" git push http://localhost/Bonobo.Git.Server/SFK.git Everything works. Bit When I try to pull using git pull http://localhost/Bonobo.Git.Server/SFK.git It gives this error fatal: Couldn't find remote ref HE Unexpected end of command stream Where am I going wrong? I am new to