Xcode7在創建專案的時候勾選此選項,
創建出來的專案會報如下錯誤警告:
"Couldn't communicate with a helper application",
我重啟Xcode然後編譯程式碼,透過Xcode自帶commit提交,
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的就寫您的信箱和名稱
第二句不用加引號也行