Failed to clone an empty project

1
Hi,   I just did a new install of gitStack and created an empty project. Now I’m trying to clone this repo from a client but I got the following error http://xxxxx@y.y.y.y/myproject.git/info/refs not found: did you run git update-server-info on the server? I tried to run the git update-server-info command on the server but it failed because my empty project folder doesn’t contains a /info/refs folder Any idea ?
asked March 12, 2013

6 Answers

0
Could you check that you do not have any firewall issue? Can you try to clone the repo directly on the server as a test?
0
No firewall issue. If I block the port I have a timeout. With the port unblock I have the error:   http://xxxxx@y.y.y.y/myproject.git/info/refs not found: did you run git update-server-info on the server   If I check the error log file it tells me that myproject.git isn't a valid git repo. But I created it from gitstack and it looks ok to me
0
Can you try to clone the repo directly on the server as a test?
0
yes it works on the server. So what should I do on the client side ? I'm using the correct ip and port and the network is well set up
0
I have the same issue. Created an empty repo in web console, added 'everyone' permissions, executed git clone http://server.company.org/test.git fatal: http://server.company.org/test.git/info/refs not found: did you run git update-server-info on the server? What's wrong?
Shrike
0
0
I found out. THe link which GitStack shows in web console for a repository  is wrong. It lacks of port number. After I added my port it works: git clone http://server.company.org:9000/test.git
Shrike
0

Your Answer

Please login to post questions.