1. ホーム
  2. git-config

[解決済み】git: メールアドレスを自動検出できない致命的な状況

2022-02-22 13:42:46

質問

Ubuntu 14.04でgitでコミットできません。

エラーメッセージは

git: fatal unable to auto-detect email address (got "some wrong email")。

試してみた git-config を使用した場合と使用しない場合 --global オプション設定 user.nameとuser.mailを指定しましたが、何も動作しません。

どうすればいいですか?

おそらくタイポミス:セット user.mail を使用せず e . を設定することで修正します。 user.email をグローバルコンフィギュレーションに追加してください。

$ git config --global user.email "[email protected]"

すでに質問されています。 Git で設定を行ってもコミットできないのはなぜですか?

念のため、実行します。

$ git config --local -l