What happens
Even though my credentials are in the .mailmap file, I can’t finish the build process succesfully.
What do you understand or find about that problem
At first I thought that was the git confugration but it is ok. Then I looked at the .mailmap file in the repository but it is ok too.
Maybe the reason is because the first commit that I did was with git config --global user.name = edy89.
Did you try any workaround? What did you do?
I have tried a lot of things but nothing has solved my problem:
- I recloned the repository
- I deleted the credentials from the .mailmap file pushing, adding credentials and pushing again
- I changed my credentials to
edy89 <edy_89@utp.edu.co> edy89 <edy_89@utp.edu.co>
- Checking the .mailmap config with commands like:
git shortlog -se
git check-mailmap 'Edison Colorado <edy_89@utp.edu.co>'
Why does the workaround fail?
I could note that the first commit that I did, was with the git config --global user.name = edy89:
but even when I realized and changed my git configuration, the problem never was solved and when I run the build process, it is always asking me "Please add a .mailmap entry for: edy89 <edy_89@utp.edu.co>
even knowing that my git config for user.name is Edison Colorado <edy_89@utp.edu.co> Edison Colorado <edy_89@utp.edu.co>
now…
Evidences

pipeline: https://gitlab.com/autonomicjump/challenges/-/pipelines/925157974/
specific job: https://gitlab.com/autonomicjump/challenges/-/jobs/4618101645
I need help with
I need help getting the repository to recognize my .mailmap configuration as Edison Colorado <edy_89@utp.edu.co> Edison Colorado <edy_89@utp.edu.co>
and can finally finish the /lintGitMailMap job task succesfully, it is the last thing to make a MR