I setup a git webserver on my local machine using git-instaweb.
Now I want to be able to clone from that repos, but when I tried
git clone http://localhost:1234 it 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 didn't help. Anybody has a solution to this?
Thank you in advance.