我看到这个问题,但次要的反应是不同的OP问题:Xcode and Git Source Control : “The working copy XXXXX failed to commit files”
什么是“帮助应用程序”,它正在寻找什么解决方案?迁移到Xcode 7和iOS9正在变得头痛:(我通过转到“Source Control”来提交我的文件 – > ‘承诺’
要修复它,请在命令行中键入以下内容:
xcrun git config --global user.email you@yourdomain.com xcrun git config --global user.name "Your Name Here"