gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] git repository problem


From: Gunnar Farnebäck
Subject: Re: [gnugo-devel] git repository problem
Date: Wed, 26 Jan 2011 22:40:47 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101226 Icedove/3.0.11

On 01/26/11 19:13, Jean-m. a. wrote:
Hello,
when I try to get the latest source I have the following message.

address@hidden:~/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]