Xcode 7では、gitにコードをコミットする際に問題が発生しています。Xcode git自動メール検出エラー
I get this error:
*** Please tell me who you are.
Run
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got '[email protected](none)')
私はgitコマンドを試してみました。リポジトリにgit config user.emailを実行すると、正しい電子メールアドレスが表示されます。私はどこから間違ったものを引っ張っているのかわかりません。
、そして「gitの設定--global user.email」を示す有効なメールアドレス:ある
。 – stevex
も参照してくださいhttp://stackoverflow.com/questions/32544188/xcode-7-gm-cant-commit-git – Jeff