查看原用户名

$ git config user.name
stephen

修改用户名
$ git config --global user.name "you name"

修改邮箱
$ git config --global user.email "you email@qq.com"

修改密码
$ git config --global user.password "zdm520168"

查看你新的用户名
$ git config user.name
dz***

查看你的新邮箱
$ git config user.email
***@qq.com

查看你新邮箱
$ git config user.password
******

关于码云生成SSH文档

http://git.mydoc.io/?t=154712

 

相关文章:

  • 2021-11-14
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
猜你喜欢
  • 2022-01-06
  • 2021-10-02
  • 2021-10-28
  • 2022-12-23
  • 2021-12-02
  • 2021-08-15
相关资源
相似解决方案