1、查看当前用户名和邮箱

1 git config user.name
2 git config user.email

2、修改

git config --global user.name "test(新的用户名)"
git config --global user.email "abc@qq.com(新的邮箱)"
git config --global user.password "123456(新的密码)"

 

相关文章:

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