Hi, 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 $ I possibly succeeded by $ 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 ? In ./gnumach git log shows as youngest entry commit 3f5fd3de61dbca8c4b081acc6ffc36ab59486a2c Author: Thomas Schwinge <tho...@schwinge.name> Date: Tue Sep 6 13:12:50 2011 +0200 * .gitignore: Tighten some rules, and distribute others to... Have a nice day :) Thomas