On Fri, 2011-09-09 at 00:51:40 +0200, olafbuddenha...@gmx.net wrote: > On Wed, Sep 07, 2011 at 07:15:52PM +0200, Thomas Schmitt wrote: > > $ 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 > > That's odd... Seems like it defaulted to ssh: or git+ssh: protocol for > some reason -- according to the man page, it should default to git: when > nothing is specified in the URL.
It defaulted to ssh because there's a : after the hostname. If the colon was not there it would default to a local path instead. regards, guillem