I can't merge request | Failed pipeline

What happens

I have been pushing a report to challenges gitlab since yesterday morning,
It has failed several times. I have found a lot of those errors,
But at this time, I cannot find the rest of them.

What do you understand or find about that problem

I think that I have some idea how commits work,
how the syntax and rules work, but I am pretty sure
that I am missing the important thing.

Did you try any workaround? What did you do?

After many fails, I was finding how to minimize my errors
First I downloaded all the challenges repository,
Then, I copied my folder 0089-6days-lab to vulnhub folder
And I created a new branch git checkout -b my-git.user
Then I added it git add .
Then I create a commit to add my git.user as author git commit --global user.name user@email.com
And create commit git commit -m "chall\sol(vbd): #0 vulnhub, 0089-6days-lab"
Then I pushed back my branch git push --set-upstream origin "my-git.user"

Evidences

I need help with

I need help to understand what is going on, why I cannot successfully
upload my report. Here are the errors
[ERROR] All commits should have a valid commit user.
[ERROR] Merge Request closed by: commit_user_syntax

Please add the evidence links to analyze your case.

Regards,

https://gitlab.com/autonomicjump/challenges/-/pipelines/797645252

Hello, do you have any update?

Thanks in advance for your help,

Hi there. I’m facing the same issue that is shown in the picture above. I’ve already tried changing my username using ‘git config --global user.name’ and through the ‘.mailmap’ username, but instead of finding a solution, the problem became more difficult due to the ‘/test/generic/user_yaml/checks’ and ‘/test/policy’ being rejected after pushing changes to my remote branch. I hope someone can help me. Thanks in advance.

Could you make a post with all the details of this?