“Updates were rejected because the tag already exists” when attempting to push in SourceTree

前端 未结 7 679
傲寒
傲寒 2021-01-29 23:10

When attempting to Push via Source Tree, I get the following error:

git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push         


        
7条回答
  •  不知归路
    2021-01-29 23:56

    You should also be able to solve this in git bash (click on "Terminal" button in the Source Tree UI). Type:

    git pull --tags
    

提交回复
热议问题