美文网首页
sourceTree报错:Updates were reject

sourceTree报错:Updates were reject

作者: mayuee | 来源:发表于2021-12-29 11:25 被阅读0次

sourceTree项目,pull-push,报错:Updates were rejected because the tag already exists in the remote.
解决办法是:在项目文件夹下
1,执行命令 获取所有的标签
git pull --tags

2、执行命令 覆盖本地存在的标签冲突
git pull --tags -f

再次pull-push就可以了

原文

相关文章

网友评论

      本文标题:sourceTree报错:Updates were reject

      本文链接:https://www.haomeiwen.com/subject/dfsvqrtx.html