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

前端 未结 27 1569
南笙
南笙 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:17

    For me this problem was caused by me committing from my work computer where I was using a different email in my gitconfig. Adding my work email address to my github account didn't make the past commits show up in the summary, but new commits are now showing up as they should.

    You can find the email address you are using for a repository with git config user.email.

提交回复
热议问题