On Wed, Oct 6, 2010 at 11:34 PM, Robert Antoni <robert.buj@gmail.com> wrote:
> I can not perform:
> git clone ssh://git.fedorahosted.org/git/docs/install-guide.git
> I have upload a new Public SSH key
> (file /home/robert/.ssh/id_rsa.pub generated by ssh-keygen -t rsa)
> and I edited nano /home/robert/.ssh/config :
> Host *.fedorahosted.org fedorapeople.org
> User rbuj
> Can someone help me?
>

Try:

git clone ssh://rbuj@git.fedorahosted.org/git/docs/install-guide.git

It got me several times. :)
 

Cloning into install-guide...
ssh_exchange_identification: Connection closed by remote host
fatal: The remote end hung up unexpectedly

With same problem... still unresolved :-(


I would try uploading your SSH key in FAS. That may only be needed for committing.

Sijis