Hi, On Wed, May 13, 2009 at 11:00 AM, A. Yerenkow <[email protected]> wrote: > > I'm receiving this error: > > git push origin master > fatal: The remote end hung up unexpectedly > > my .git/config contains: [snip] > [remote "origin"] > url = git://gitorious.org/~yerenkow/qt-jambi/freebsd-build.git
You have to change origin url to be the "Push URL" listed under your repository (if you're logged in) In other words the url in the config should be "[email protected]/~yerenkow/qt-jambi/freebsd-build.git" not "git://gitorious.org/~yerenkow/qt-jambi/freebsd-build.git". The git:// protocol is readonly. Cheers, JS --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
