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

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

    I fixed the similar issue by Using GitHub profile's username as my git username in my local environment.

    As a example,

    https://github.com/susithrj

    set global username as susithrj in your local git config.

    git config --global user.name "susithrj"

提交回复
热议问题