Unable to access local git server
We installed the bonobogit server by following this tutorial: http://bonobogitserver.com/install/
I can access the repos using a web browser. I created an XYZ repository using a browser. However, when I try to clone it using git-gui or command line, I get the following error:
fatal: http: //
localhost
/Bonobo.Git.Server/XYZ.git/info/refs is invalid: is this a git repository?
+3
bubble
source
to share
1 answer
The issue in this case was resolved by installing a server for Windows Authentication as mentioned in this link .
+2
bubble
source
to share