Bug#593618: git protocol doesn't work anymore

2010-08-19 Thread Tyson Whitehead
On August 19, 2010 14:13:44 Anders Kaseorg wrote: > Is it possible that you configured your ~/.gitconfig with something like > > [url "ssh://git.gnome.org/"] > insteadOf = "git://git.gnome.org" > > or even > > [url "ssh://"] > insteadOf = "git://" Sorry about that. Looks like this

Bug#593618: git protocol doesn't work anymore

2010-08-19 Thread Anders Kaseorg
On Thu, 19 Aug 2010, Tyson Whitehead wrote: > $ git clone git://git.gnome.org/gdm > Initialized empty Git repository in /tmp/gdm/.git/ > The authenticity of host 'git.gnome.org (209.132.180.173)' can't be > established. > RSA key fingerprint is 00:39:fd:1a:a4:2c:6b:28:b8:2e:95:31:c2:90:72:03. Is

Bug#593618: git protocol doesn't work anymore

2010-08-19 Thread Tyson Whitehead
Package: git Version: 1:1.7.1-1.1 Severity: important When I try to clone a public repository, such as (but certainly not limited to) the gdm one $ git --version git version 1.7.1 $ git clone git://git.gnome.org/gdm Initialized empty Git repository in /tmp/gdm/.git/ The auth