repo.git/info/refs not found

0
Hi, I’ve created a repo and added myself as a user, but now I’m having problems cloning the repo. I see this error message: fatal: http://[user]@[server]/repo2.git/info/refs not found: did you run git update-server-info on the server? On looking at the repo it appears that the “info/refs” file/folder doesn’t exist, see screenshot: http://unwrong.com/dev/gitstack/clone_error.jpg Thanks Rob
asked May 17, 2012

2 Answers

0
I forgot to add port :8080, but now I've done so Git GUI and SmartGit still can't connect, they just fail after about 5 minutes. Here's the feedback from Git GUI:

"error: Connection time-out while accessing http://[server]:8080/repo2.git/info/refs fatal: HTTP request failed"
0
I had to create an empty file named "git-daemon-export-ok" to the .git directory (root).
ChetOS
0

Your Answer

Please login to post questions.