> >  > 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. :)
> >>>>
> >>>
> >>>
> >>> git clone ssh://rbuj@git.fedorahosted.org/git/docs/install-guide.git
> >>> 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.
> >
>
> I have attached my public ssh rsa key.
>
> previously:
> I had cloned it before with:
> git clone git://rbuj@git.fedorahosted.org/git/docs/install-guide.git (with
> no problems).

In the install-guide/ folder, check the contents of the .git/config
file.  It should reflect the 'ssh://rbuj@...' protocol.  If not, edit
the file.

> and then I had tried to upload changes but it were not showed into
> http://git.fedorahosted.org/git/?p=docs/install-guide.git;a=shortlog;h=refs/heads/f14
> (I think that was uploaded into local repository - localhost)
> git commit -a

I have edited .git/config  file (changing: url = ssh://rbuj@git.fedorahosted.org/git/docs/install-guide.git)

[robert@localhost install-guide]$ cat .git/config 
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = ssh://rbuj@git.fedorahosted.org/git/docs/install-guide.git
[branch "master"]
remote = origin
merge = refs/heads/master
[branch "f14"]
remote = origin
merge = refs/heads/f14
[robert@localhost install-guide]$ git commit -a
# On branch f14
# Your branch is ahead of 'origin/f14' by 5 commits.
#
nothing to commit (working directory clean)
[robert@localhost install-guide]$ git remote show origin
ssh_exchange_identification: Connection closed by remote host
fatal: The remote end hung up unexpectedly


--
FQN: Robert Antoni Buj Gelonch
AKA: Robert Buj

Advanced-level training cycle (ca: CFGS) in computer software engineering (ca: DAI) - les Heures, technical academy (SPA)
Computer Science Engineer - University of Lleida (UDL), Lleida (SPA)
Training course in Handel-C & DK design suite - Celoxica Ltd., Abington (UK)
Training course in Xilinx EDK & Microblaze - Autonomous University of Madrid (UAM), Madrid (SPA)
Postgraduate Master's degree in .NET Solutions - Open University of Catalonia (UOC), Barcelona (SPA)
Postgraduate Master's degree in FOSS (Free and open source software) (upcoming) - Open University of Catalonia (UOC), Barcelona (SPA)

ca: M'agradaria millorar el món, però Déu no em dóna el codi font!
de: Ich würde gern die Welt verbessern, doch Gott gibt mir den Quellcode nicht!
en: I would like to improve the world, but God didn't give me the source code!
es: Me gustaría mejorar el mundo, pero Dios no me da el código fuente!

gpg fingerprint = 0800 D37B C187 CC6E 9D0C 0AF4 265D 0096 AC78 6412