leason long
unread,Aug 18, 2011, 10:42:02 PM8/18/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Repo and Gerrit Discussion
Hi,all.
My gerrit version is 2.2.1, I'm trying to push a tag to code
repository.
...
git commit
git tag t0.0.1
git push origin refs/tags/t0.1.1
... ...
! [remote rejected] ...... (prohibited by Gerrit)
In Access control ,only "Push Annotated Tag"
The user has Push and push Annotated Tag permissions on refs/heads/*
and refs/tags/*.
Am I missing something?
Is there another way to do it?
Thanks