suchen

Heim  >  Fragen und Antworten  >  Hauptteil

Xcode7自带Git创建的项目"Couldn’t communicate with a helper application"

Xcode7在创建项目的时候勾选此选项,

创建出来的项目会报如下错误警告:
"Couldn't communicate with a helper application",

我重启Xcode然后编译代码,通过Xcode自带commit提交,

还是会出现下面的错误警告

"Couldn't communicate with a helper application",
我就去了,helper application是什么啊?????
实在搞不懂了????
是我打开的方式不对吗?

测试了下6.4版本的没有这问题
求高手指教

阿神阿神2793 Tage vor634

Antworte allen(2)Ich werde antworten

  • 高洛峰

    高洛峰2017-05-02 09:25:53

    同样遇到问题 还没解决 同求

    Antwort
    0
  • phpcn_u1582

    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的就写您的邮箱和名称
    第二句不用加引号也行

    Antwort
    0
  • StornierenAntwort