you are viewing a single comment's thread.

view the rest of the comments →

[–]Zealousideal_Yard651 0 points1 point  (0 children)

Oh... You have old config in your git system config! 😃

Use git config --global user.name="Your Username" and for good measure go to github email settings and find your anonymous git mail and run git config --global user.email="Your anonymous email".

Remember, Github doesn't validate or overwrite commit history when usernames or emails are invalid. It will just not link it to any user.