这种情况一般是自己邮箱没有同步
首先在你的git bush 这里输入 git config user.email
这是我修改后的
github上传了代码但是没有同步贡献
打开你的github,在setting里面找Emails
github上传了代码但是没有同步贡献
看自己的邮箱和输入命令产生的是否相同
不一样就可能造成不能同步问题
设置邮箱即可
在git bush 客户端哪里输入下面命令即可
git config –global user.email “github自己的邮箱地址”

相关文章:

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