トップページ > コンテンツ > 環境設定 > Github設定 > gitトラブルシューティング

以下のようなエラーが出たら、指示にある通り、
ユーザ名とE-mailアドレスを登録するとエラーが出なくなる。

Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly:

   git config --global user.name "Your Name"
   git config --global user.email you@example.com
最終更新:2014年04月13日 23:27