工作副本'<项目名称>'未能提交文件 - 无法与助手应用程序进行通信 [英] The working copy '<Project Name>' failed to commit files - Couldnt communicate with helper application

查看:927
本文介绍了工作副本'<项目名称>'未能提交文件 - 无法与助手应用程序进行通信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚更新到Xcode 7一般版本,并且我尝试了提交文件。它的失败,然后即时得到以下信息:





我见过这个问题,但是在OP问题中二级响应不同: Xcode和Git源代码管理:工作副本XXXXX无法提交文件

What'the helper应用',它正在寻找什么解决方案?迁移到Xcode 7和iOS9正变得令人头疼:
我通过'源代码管理' - >'提交'来提交我的文件

解决方案

原来,helper application实际上就是Git,出于某种原因,Xcode 7非常希望将您(提交者)与一个名称和一个电子邮件地址相关联。



要修复它,请在命令行中输入以下内容:

  xcrun git config --global user .email you@yourdomain.com 
xcrun git config --global user.nameYour Name Here


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 question but the secondary response is different in the OP question: Xcode and Git Source Control : "The working copy XXXXX failed to commit files"

Whats the 'helper application' that it is looking for and whats the solution? Migrating to Xcode 7 and iOS9 is becoming a headache :( I commit my files by going to 'Source Control' -> 'Commit'

解决方案

Turns out the "helper application" is in fact Git. For some reason Xcode 7 is eager to associate you (the committer) with a name and an email address.

To fix it, on the command line, type the following:

xcrun git config --global user.email you@yourdomain.com
xcrun git config --global user.name "Your Name Here"

这篇关于工作副本'<项目名称>'未能提交文件 - 无法与助手应用程序进行通信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆