On 01/26/11 19:13, Jean-m. a. wrote:
Hello,
when I try to get the latest source I have the following message.
jarbona@origami:~/gnugo$ git clone http://git.savannah.gnu.org/gnugo.git
Initialized empty Git repository in /home/jarbona/gnugo/gnugo/.git/
fatal: http://git.savannah.gnu.org/gnugo.git/info/refs not found: did
you run git update-server-info on the server?
Where does the problem come from ?
Possibly from mixing up protocols. It works fine to do
git clone git://git.savannah.gnu.org/gnugo.git
as suggested on http://www.gnu.org/software/gnugo/devel.html or, if
you need the http protocol due to some firewall or similar, it also
works with
git clone http://git.savannah.gnu.org/r/gnugo.git
as mentioned at the bottom of
http://git.savannah.gnu.org/cgit/gnugo.git (browse repository link
from devel page).
/Gunnar
_______________________________________________
gnugo-devel mailing list
gnugo-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gnugo-devel