The operation could not be performed because “PROJECTNAME” has one or more tree conflicts

后端 未结 5 520
名媛妹妹
名媛妹妹 2020-12-17 09:30

I am using Git and when I tried to pull a newer development branch with my current branch using XCode\'s source control menu I received this error message:

T         


        
5条回答
  •  旧时难觅i
    2020-12-17 10:07

    I had a similar issue. So I opened a terminal-windows and changed to the directory, verified my branch was clean with a git status, changed to master using git checkout master and merged my branch with git merge push-notifications. The Git Branching - Basic Branching and Merging page explains it in detail.

提交回复
热议问题