I am having this weird issue where I cloned a repository with my credentials ([email protected]). But I can not push the changes because I always receive this message:
GitLab: You cannot push commits for '[email protected]' . You can only push commits that were committed with one of your own verified emails.
The issue is that when I check the global and the repository users I find it is [email protected]:
Global (below confirms my correct address):
git config --global user.email
git config --global user.name
Repository (below confirms my correct address):
git config user.email
git config user.name
What should I do and what is the reason behind this mysterious mystery?
