/home/egon

Gitorious push schlägt fehl: “fatal: The remote end hung up unexpectedly”

Nach dem clonen eines meiner Projekte bei Gitorious wollte ich meine lokalen Änderungen auf den Server schieben.

Leider brach

git push origin master

mit der Fehlermeldung

fatal: The remote end hung up unexpectedly

fehl.

Die Lösung ist recht simpel, in der Datei .git/config muss im “[remote "origin"]” Bereich die Zeile

url = git://gitorious.org/project/project.git

durch

url = git@gitorious.org:project/project.git

ersetzt werden.

Dann klappts auch mit dem push.

,

One Response to “Gitorious push schlägt fehl: “fatal: The remote end hung up unexpectedly””

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>