3

We have installed a bonobogit server by following this guide: http://bonobogitserver.com/install/

I am able to access the repositories by using the web browser. I have created a XYZ repo using the browser. However when I try to clone it by using git-gui or command prompt, I get the following error:

fatal: http://localhost/Bonobo.Git.Server/XYZ.git/info/refs not valid: is this a git repository?

bubble
  • 3,408
  • 5
  • 29
  • 51

1 Answers1

2

The problem in this case was resolved by setting the server for windows authentication as given in this link.

bubble
  • 3,408
  • 5
  • 29
  • 51