Am Donnerstag, den 21.02.2013, 18:26 +0100 schrieb Fran Dieguez:

> I'm trying to push my Galician translations but seems that the SSH 
> connection is ending up due a problem. Here is what git outputs:
> 
> $ git push  -v
> Pushing to git://git.gnome.org/gnome-getting-started-docs
> fatal: The remote end hung up unexpectedly

It looks like you did an anonymous clone of the repository. This does
not permit write access.

Not sure if you can change your local copy, but if you have write access
and an account, you usually clone like this:

git clone ssh://<username>@git.gnome.org/git/gnome-getting-started-docs

-- 
Christian Kirbach 


_______________________________________________
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n

Reply via email to