On Sun, Dec 13, 2009 at 12:46 PM, Tobias Renger <[email protected]> wrote: > Hi, > > when I try to push changes to a repository on gitorious.org I get the > error: > > == Gitorious: > =========================================================== > You do not have write access to this repository > ======================================================================== > > The owner of the repository is a group and my role in this group is > set to Administrator. I am able to create a clone of the repository on > gitorious (with myself as owner) and to push changes to it.
Do you have commit permissions as well, or only admin? The permissions doesn't "cascade" (eg if you're an admin, you're not automatically a committer & reviewer). Also, be careful if you have the same SSH pubkey under a different user, they keys are matching to a user on a first come basis. Cheers, Johan -- 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.
