用git删除tag的方法如下:
比如tag是v1.0.0
git tag -d v1.0.0
git push origin :refs/tags/v1.0.0
Name (required)
Mail (will not be published) (required)
Website