mac sourcetree push分支選中所有tag的時候報錯


錯誤信息:

。。。。。。。

! [rejected] 573_0811_stable -> 573_0811_stable (already exists)
updating local tracking ref 'refs/remotes/origin/next'
error: failed to push some refs to 'git@10.10.1.18:hi/hello.git'
hint: Updates were rejected because the tag already exists in the remote.
Completed with errors, see above

 

解決方法:

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

git pull --tags


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM