###困ったこと
VScodeを使用してcommitをしようとした時にこのような文章が出てきて、commit ができなかった。
###解決方法
Gitの「ユーザーネーム」と「メールアドレス」をそれぞれ設定する。
git config --global user.name "ユーザー名"
git config --global user.email "メールアドレス"
コマンドを実行すると無事commitできるようになりました。
Go to list of users who liked
More than 3 years have passed since last update.
###困ったこと
VScodeを使用してcommitをしようとした時にこのような文章が出てきて、commit ができなかった。
###解決方法
Gitの「ユーザーネーム」と「メールアドレス」をそれぞれ設定する。
git config --global user.name "ユーザー名"
git config --global user.email "メールアドレス"
コマンドを実行すると無事commitできるようになりました。
Register as a new user and use Qiita more conveniently
Go to list of users who liked