1
サーバのタグを調整したい。 fisrt-commitからsecond-commitへのmoveタグのようなものです。 私は、サーバーのタグを更新するとき、私は、成功した地元のタグを更新 -リモートサーバーのタグを削除するには?
$ git push origin --delete tag "SIT/0.0.1"
エラー:
remote: GitLab: You are not allowed to change existing tags on this project.
To http://113.28.25.210/p2p_mo_bank_ios/tfb-9002-i.git ! [remote rejected] SIT/0.0.1 (pre-receive hook declined) error: failed to push some refs to ' http://113.28.25.210/p2p_mo_bank_ios/tfb-9002-i.git '`
助けくれ。
あなただけのタグを削除するにはリモートリポジトリにenought権利を持っていません。これはバグではなく、設定/権利の問題です – Arount
コマンド自体は、 'tag'が必要でないことを除いて、大丈夫です。しかし、リモートサーバーはポリシーのため、または許可がないためにリモートサーバーを阻止します。したがって、リポジトリ所有者に連絡する必要があります。 – ElpieKay
ありがとうございます。 –