Xcode 9 commit: Couldn't communicate with helper application

后端 未结 5 1051
情话喂你
情话喂你 2020-12-03 06:55

I\'ve recently updated to OSX Sierra (from El Capitan) and to Xcode 9. I removed all compatibility issues (like autolayout issues) and would like to commit to my local gitre

5条回答
  •  伪装坚强ぢ
    2020-12-03 07:12

    If you cant change the git name in Xcode, you can change username and email using the terminal:

    xcrun git config --global user.name 'new_user_name'
    xcrun git config --global user.email 'new@email.com'
    

    And restart Xcode.

提交回复
热议问题