赞
踩
1、git 查看用户名和邮箱:
$ git config user.name $ git config user.email
2、git 修改用户名和邮箱:
$ git config --global user.name "username" $ git config --global user.email "email"