git did not exit cleanly (exit code 128)

0
Hi, why I always get the error like this “fatal: http://git.yunjuke/gitstack/yunjuke.git/info/refs not found: did you run git update-server-info on the server? git did not exit cleanly (exit code 128)”? I am not familiy with the git, so I did the git update-server-info from the git bush as it hints,but it’s still has the problem;what’s more,when I run the git clone on the server,it got the error:myprojet.git/info/refs not found so,anyone who can help me?thanks!
asked September 5, 2012

4 Answers

0
Usually, this kind of error is due to a firewall issue when your git client cannot connect to your git server. Make sure that you can connect (use ping, etc.) to your remote server.
0
Hi,poiuytres, 3ks,but I can browse  the server use the http:// xx.xx/gitstack/,besides, my friewall are all cloesd,I used the xamp(with tomcat) to have a phpmyadmin before,and then install the gitstack,So  I think is there anything wrong with this matters?
0
Is GitStack running on the same port as your xamp?

Your Answer

Please login to post questions.