Я использую GitLab 7.7.2 и пытаюсь удалить Tag в репозитории в GitLab. Я могу удалить тег в локальном репозитории, но не могу удалить тег в начале. Как удалить тег в репозитории GitLab?
$ git tag -d Tag_AAA
Deleted tag 'Tag_AAA' (was d10bff2)
$ git push --delete origin Tag_AAA
remote: GitLab: You don't have permission
To [email protected]:root/Repository.git
! [remote rejected] Tag_AAA (pre-receive hook declined)
error: failed to push some refs to '[email protected]:root/Repository.git'