需要撤回该tag,git命令如下: 删除本地tag [pre] git tag -d v1.3 [/pre] 删除远程tag [pre] tag push origin :refs/tags/v1.3 [/pre]