问题
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