gitでユーザー設定
from
JavaScript環境構築
gitでユーザー設定
設定しないとコミット出来ない・・・
code:sh
git config --user.email "hoge@fuga"
git config --user.name "hoge"