| Issue 1182: | cannot delete remote tags | |
| 4 people starred this issue and may be notified of changes. | Back to list |
Affected Version: 2.2.1 What steps will reproduce the problem? 1. Create an annotated tag: git tag -a 0.3.0 2. Push it to gerrit: git push --tags 3. Delete tag locally: git tag -d 0.3.0 4. Try to delete remotely: git push origin :refs/tags/0.3.0 What is the expected output? What do you see instead? I expect the tag to be deleted. Instead I get an error: To ssh://gerrit/commons.git ! [remote rejected] 0.3.0 (prohibited by Gerrit) error: failed to push some refs to 'ssh://gerrit/commons.git' Please provide any additional information below. Searching the web using Google returns some advice for a previous version that no longer seems to work. We've tried every permission, we think, but cannot get remote tag deletion to work. Thanks!
Nov 14, 2011
Project Member
#1
edwin.ke...@gmail.com
Nov 14, 2011
Thanks!
Nov 14, 2011
So there is no need to fix anything, except improving the access rights documentation. There is another issue to deal with this ( issue 1091 ).
Status:
Duplicate
Mergedinto: 1091 |
|
| ► Sign in to add a comment |