GitHub commits aren't recorded in the 'Your Contributions` calendar

前端 未结 27 1194
南笙
南笙 2021-01-29 21:59

I\'ve been making continuous commits to my GitHub repos from my linux shell and they show up nicely on the website just as they should. The only problem is that \"Y

27条回答
  •  执念已碎
    2021-01-29 22:21

    I've just added my email again through the command line and it solves the issue:

    $ git config user.email "myemil@mydomain.com"
    

    And another issue is about your branch. If you create another branch beside maser and try to push that branch this issue might occur. In my case I have started pushing to master and got the solution.

提交回复
热议问题