Nie można znaleźć zdalnego ref HEAD w Git

Zainstalowałem serwer bonobo git na Windows 7.

Stworzyłem nowe repozytorium „SFK” za pośrednictwem tego bonobo.

Następnie sklonowałem w taki sposób:

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

Wszystko działa poprawnie.

Bit Kiedy próbuję pociągnąć za pomocą

git pull http://localhost/Bonobo.Git.Server/SFK.git

Daje ten błąd

fatal:
Couldn't find remote ref HE
Unexpected end of command stream

Gdzie się mylę? Jestem nowy w tym gitarze i bonobo. proszę zasugerować, jak to naprawić.

AKTUALIZACJA:

Próbowałem tego po naciśnięciu.

git config --global pull.default current
git config --global push.default current

Zadziałało.

questionAnswers(2)

yourAnswerToTheQuestion