My commits are not linked to my Github account for some reason. I have set my e-mail in the git config to the primary email that is associated with my Github account, which should be the solution to this problem according to [this page](https://docs.github.com/en/free-pro-team@latest/github/committing-changes-to-your-project/why-are-my-commits-linked-to-the-wrong-user#:~:text=Unrecognized%20author%20(no%20email%20address,to%20link%20your%20future%20commits.)
But this is not the source for the problem. This is what I currently get for my commits:
Edit: For some reason this doesnt link to the actual commit.
I did choose to ‘keep my email adress private’, but I doubt that’s related to the problem. Unfortunately I cannot find a possible solution in the Github help pages. Can anybody here maybe help?
Edit: When I look at git log there is no email associated to my commits.
Author: b-naber <bn @MacBook-Pro-42.fritz.box>
Date: Sat Nov 21 15:44:06 2020 +0100
But this is my gitconfig file:
[user]
name = b-naber
mail = Same-email-as-in-github-account
[credential]
helper = osxkeychain