The working copy '' failed to commit files - Couldnt communicate with helper application

后端 未结 6 1602
挽巷
挽巷 2020-12-29 19:19

I\'ve just updated to Xcode 7 general release and ive tried committing files. Its failing however, and im getting the following message;

Ive seen this quest

6条回答
  •  庸人自扰
    2020-12-29 20:13

    If the above mentioned solutions don't work, try this one:

    Add changes once with a git command. Use terminal and change to your working directory (that contains a /.git folder) and execute:

    git commit -a -m "Commit title here"
    

    After that commit via Xcode should work again.

提交回复
热议问题