Xcode Version control: fatal: cannot do a partial

2019-09-02 11:56发布

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条回答
冷血范
2楼-- · 2019-09-02 12:52

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

查看更多
登录 后发表回答