I am installing git web server on my local machine using git -instaweb.
Now I want to be able to clone from these repositories, but when I tried
git clone http://localhost:1234 this gives me an error:
fatal: http://localhost:1234/info/refs not found: did you run git update-server-info on the server?
git update-server-info did not help. Anyone have a solution?
Thanks in advance.
git
Ritchie
source share