1、查看git配置信息:git config --list (可以查看所有的配置信息)

  

2、查看git用户名:git config user.name

 

3、查看邮箱配置:git config user.email

 

4、全局配置用户名:git config --global user.name "yourName"

 

5、全局配置邮箱:git config --global user.email "yourEmail@qq.com"

  

2、查看git用户名:git config user.name

 

3、查看邮箱配置:git config user.email

 

4、全局配置用户名:git config --global user.name "yourName"

 

5、全局配置邮箱:git config --global user.email "yourEmail@qq.com"

相关文章:

  • 2021-05-01
  • 2021-12-31
  • 2021-10-19
  • 2022-02-08
  • 2021-05-17
  • 2021-10-19
  • 2021-09-06
猜你喜欢
  • 2021-08-12
  • 2021-12-31
  • 2021-05-30
  • 2021-07-07
  • 2021-12-21
相关资源
相似解决方案