```bash # ユーザ名 git config --global user.name <user_name> # メールアドレス git config --global user.email <mail_address> ```