Xcode Version control: fatal: cannot do a partial commit during a merge?

不羁的心 提交于 2019-12-11 17:54:42

问题


When using git with Xcode interface, I get the following error after pressing commit # Files and Push.

The working copy “Project” failed to commit files.

fatal: cannot do a partial commit during a merge.

I am using Xcode's Source Control. I have looked here but have not found anything that resolves the issue for Xcode's Source Control.


回答1:


This issue is because of some issue with git head. Try using source tree application to do the commit and push to the git. It will work.

https://www.sourcetreeapp.com



来源:https://stackoverflow.com/questions/52009399/xcode-version-control-fatal-cannot-do-a-partial-commit-during-a-merge

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!