Heim > Fragen und Antworten > Hauptteil
Xcode7在创建项目的时候勾选此选项,
创建出来的项目会报如下错误警告:
"Couldn't communicate with a helper application",
我重启Xcode然后编译代码,通过Xcode自带commit提交,
还是会出现下面的错误警告
"Couldn't communicate with a helper application",
我就去了,helper application是什么啊?????
实在搞不懂了????
是我打开的方式不对吗?
测试了下6.4版本的没有这问题
求高手指教
phpcn_u15822017-05-02 09:25:53
xcrun git config --global user.email your@email .com
xcrun git config --global user.name "your name"
在终端运行这两句 如果是gitosc的就写您的邮箱和名称
第二句不用加引号也行