1、推送标签: git push origin 标签名 2、删除本地标签: git tag -d 标签名 3、删除远程标签: git push origin :refs/tags/标签名 例:git push origin :refs/tags/V3.0.1-Release