いもり(職業SE)の備忘録

年収400万のよわよわエンジニアです。

【Flutter】Gitへコミットする際にエラーが発生「git: fatal unable to auto-detect email address (got "some wrong email")」

事象 gitへコミットする際に、以下のエラーメッセージが表示され、コミットができない事象が発生した git: fatal unable to auto-detect email address (got "some wrong email") なお事前に下記のコマンドにてGitユーザ情報を登録した。 git config --globa…