would clobber existing tag<p>【git】would clobber existing tag 报错解决</p> <p>原因</p> <p>原因可能是删了原有的一个git tag,然后重新创建了一个相同名字的。</p> <p>解决</p> <p>强制刷新一下本地的tags</p> <p>git fetch --tags -f</p>