美文网首页
git提交commit,contributes没有显示绿色

git提交commit,contributes没有显示绿色

作者: 钱英俊真英俊 | 来源:发表于2018-06-07 16:55 被阅读0次
问题: git提交了commit,contributes没有记录
原因: 登陆了不同的邮箱,git 提交记录了,但是邮箱并没有绑定在git账户上,所以不算统计
1528361555(1).png

只要是commit显示的不是自己的头像,就可以断定是邮箱的原因

解决方法: Settings->Emails->Add email address,添加进另一个邮箱
1528361724(1).png

相关文章

  • git提交commit,contributes没有显示绿色

    问题: git提交了commit,contributes没有记录 原因: 登陆了不同的邮箱,git 提交记录了,但...

  • git 常用的命令

    git status 检测状态 git add . 提交的代码显示 git commit -m "备注" 提交...

  • Git- git log和git reflog的区别

    git log显示版本提交历史,显示commit的详细信息git reflog不但有版本提交历史(简要),还会显示...

  • git工具

    常用命令 查看某次提交的详细内容 git show commit-id 显示某个分支的commit-id git ...

  • 四、版本回退

    git log命令显示从最近到最远的提交日志,我们可以看到3次提交 $ git log commit 362816...

  • Git

    [TOC] 1.log (1)查看提交记录: (2)显示某次提交的内容: $ git show

  • git commit 提交规范(优化)

    git commit 提交模板和规范 Git每次提交代码,都要写 Commit message(提交说明),否则就...

  • git

    显示 git push将会提交的 commit 信息 git 回滚 本地回滚 远程回滚 git diff1.sta...

  • Git常用命令

    git常用命令记录 git提交一个没有任何改动的记录:git commit -m "empty commit" -...

  • git commit message的规范与校验

    git commit message格式 git每次提交代码,都必须写commit message(提交说明),用...

网友评论

      本文标题:git提交commit,contributes没有显示绿色

      本文链接:https://www.haomeiwen.com/subject/tnggsftx.html