Thomas Schmitt, le Wed 07 Sep 2011 19:15:52 +0200, a écrit : > Samuel Thibault wrote: > > git clone git.savannah.gnu.org:/srv/git/hurd/gnumach.git > > I failed to get the code that way. On my workstation and on the Debian > GNU/Linux host i experience: > > $ git clone git.savannah.gnu.org:/srv/git/hurd/gnumach.git > Cloning into gnumach... > The authenticity of host 'git.savannah.gnu.org (140.186.70.72)' can't be > established. > RSA key fingerprint is 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5. > Are you sure you want to continue connecting (yes/no)? yes > Warning: Permanently added 'git.savannah.gnu.org,140.186.70.72' (RSA) to > the list of known hosts. > Permission denied (publickey). > fatal: The remote end hung up unexpectedly
Oops, sorry, that must be the authenticated URLs. I've fixed them in the wiki. > $ git clone http://git.savannah.gnu.org/cgit/hurd/gnumach.git/ > Cloning into gnumach... > $ git clone http://git.savannah.gnu.org/cgit/hurd/hurd.git/ > Cloning into hurd... > $ > Are they ok for studying ? Yes. Samuel