Archiv verlassen und diese Seite im Standarddesign anzeigen : git: ssh ja, clone nein
Hey,
ich lass einfach mal das Bild sprechen.
http://www.imagebanana.com/view/0t0t3fyx/Unbenannt.PNG
Ich erreiche das repo über SSH und es erkennt mich, aber ich kann den Branch nicht clonen...
Was kann ich ändern damit das tut?
universaL
2013-04-04, 13:50:56
und man sieht dein bild nicht direkt. Wenn man die URL von Hand aufruft geht es: http://www.imagebanana.com/view/0t0t3fyx/Unbenannt.PNG
git clone gitolite@sp:software-project versucht?
Ja, habe ich versucht.
git clone gitolite@sp:repositories/software-projekt
git clone sp:repositories/software-projekt
auch. Bisher alles ohne Erfolg.
universaL
2013-04-04, 13:59:41
Fehlermeldungen? Bevorzugt nicht in einem Bild sondern als Text :-)
Immer die gleiche ;)
Cloning into 'software-projekt'...
Unable to open connection:
Host does not existfatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Hier noch mal das Bild als Text:
$ ssh gitolite@sp
hello USER, this is gitolite@o124 running gitolite3 v3.5-0-g4071623 on git 1
.7.2.5
R W software-projekt
R W testing
Connection to IP closed.
Toto@CW00001 /i/test
$ git clone sp:software-projekt
Cloning into 'software-projekt'...
Unable to open connection:
Host does not existfatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Problem gelöst.
Ich habe GIT_SSH auf auf den openSSH Client gelegt der mit git mit kommt. Der mag mein Keyfile.
vBulletin®, Copyright ©2000-2025, Jelsoft Enterprises Ltd.