GitUpでCommitする際にuser.nameやuser.emailのエラーが出ることがあります。gitで名前やEmailを設定していないためです。以下のコマンドでこれらの値を設定できます。
git config --global user.name "Your Name"
git config --global user.email "email@example.com"
コメントは受け付けていません。
atnr.net
プライバシーポリシー