Xcode6.xから7にアップデートしたら、ファイルのコミット時に以下のようなエラーが出て失敗するようになりました。
"Couldn’t communicate with a helper application."
Terminalを起動し、どこからでもいいので以下のコマンドを実行すれば直ります。
xcrun git config --global user.email めーるあどれす
xcrun git config --global user.name なまえ
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
Xcode6.xから7にアップデートしたら、ファイルのコミット時に以下のようなエラーが出て失敗するようになりました。
"Couldn’t communicate with a helper application."
Terminalを起動し、どこからでもいいので以下のコマンドを実行すれば直ります。
xcrun git config --global user.email めーるあどれす
xcrun git config --global user.name なまえ
Register as a new user and use Qiita more conveniently
Go to list of users who liked