Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to access a local git server

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?

like image 421
bubble Avatar asked Mar 27 '26 17:03

bubble


1 Answers

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

like image 73
bubble Avatar answered Mar 29 '26 08:03

bubble