提交完代码如图:

GitHub提交代码后不显示用户名只显示邮箱

解决方案:

右键git bash here

输入命令如下:

git config --global user.name "username"
git config --global user.email “username@mail.com”

 

相关文章:

  • 2021-08-09
  • 2021-11-30
  • 2022-12-23
  • 2021-07-29
  • 2022-01-21
  • 2022-12-23
  • 2021-07-20
  • 2021-09-23
猜你喜欢
  • 2021-12-08
  • 2022-12-23
  • 2021-09-04
  • 2022-01-08
  • 2021-08-12
  • 2021-10-21
相关资源
相似解决方案