分为两步:

  1. 删除本地tag
git tag -d tag-name
  1. 删除远程tag
git push origin :refs/tags/tag-name

相关文章: