Do you guys know why username of comitter is not clickable in github’s “Commit History” ? I set my username by calling
git config --global user.name "myname"
And it matches my account name but still commits look like they were made by non-github user (no access to profile, no profile picture and etc.)
GitHub matches contributors by email, so make sure to set
user.emailas well.