commit failed – exit code 128 received with output
GithubでmastarにPullしようとしたところ。
【Github】commit failed – exit code 128 received with output:*** Plaease tell me who you are.
Run
git config –global user.email “you@example.com”
git config –global user.name “your Name”
to set your accout’s default identity.
Omit –global to set the identity only in this repository.
fatal: empty identname (for <>)not allowed’
commitが失敗しました。終了コード128。出力で受信されました:
自己紹介をしてください。
アカウントのデフォルトIDを設定します。
このリポジトリでのみIDを設定するには、-globalを省略します。
致命的:空のident name(<>の場合)許可されていません
致命的:空のident name(<>の場合)許可されていません
つまり、
「自己紹介をしてください」
ということのようです。
commitできました!
まとめ
commit failed – exit code 128 received with output:
と出た時は、Git Bash(windows)を開いて、
git config –global user.email 任意のメールアドレス
git config –global user.name 任意のユーザー名
をお試し下さい\(^o^)/