Username not clickable on github website

Do you guys know why the committer username does not click on github "Commit History"? I set my username by calling

git config --global user.name "myname" 

And it matches the name of my account, but it still looks as if they were made by the user without github (without access to the profile, without a profile image, etc.).

+4
source share
1 answer

GitHub matches participants via email, so be sure to set user.email .

+8
source

Source: https://habr.com/ru/post/1442421/


All Articles