tips: 删除远程标签需要先删除本地标签,再执行下面的命令:

    1. git push origin :refs/tags/tag-name;

    关于git.fun