First, I would check that your git is configured with the correct user information. Run git config --listto make sure everything is correct.
You can also try playing with interactive reboot to edit the commit.
- Enter interactive rebase
git rebase -i <commit ID> - Change the commit you want to change to
edit, save and exit - Recommendation with another author
git commit --amend --author="Author Name <[email protected]>