【Github】关于github Contributions Calendar不记录的问题
11 Dec 2013最近一直在github更新资源,但是发现calendar一直不给我更新提交的动态,容易么我…
看着白花花的小空格,伤心
坚决要处理一下这个关乎我职业生涯的问题!!
搜了一下,问题来源就是:github的邮箱和你本地的配置邮箱不一样···
查看本地git邮箱:
git config user.email
然后在github里的accout settings》email里看看你的primary github email 是不是你本地那个邮箱。
改一下就好了
git config --global user.email "me@here.com"
参考文章:https://help.github.com/articles/why-are-my-contributions-not-showing-up-on-my-profile
https://help.github.com/articles/why-are-my-commits-linked-to-the-wrong-user