1 修改用户名
$ git config --global user.name "John Doe"
2 修改邮箱
$ git config --global user.email johndoe@example.com