关于name与email
$ git config --global user.name xxxx
$ git config --global user.email xxxx@example.com

设置用户名与邮箱
查看用户名与邮箱
Reference
Last updated
$ git config --global user.name xxxx
$ git config --global user.email xxxx@example.com

Last updated
$ git config --[local|global|system] user.name xxx
$ git config --[local|global|system] user.email xxx@example.com$ git config user.name
$ git config user.email