git 同步远程tag 发表于2017 年 8 月 3 日由ares 新版本: git fetch --prune --prune-tags origin 如果不行再用下面的命令 git tag -l | xargs git tag -d git fetch