howdylikes

Google Developersってわかりづらいよね

Please configure your git user name and e-mail

Visual Studio Codeでコミットする際に件名のエラーが。 以下のように設定すれば出なくなった。理由はちゃんとみてない。。

git config --global user.name yourname
git config --global user.email youremail@address.com