Change user.name from --global

What happens

I have an error with my username.

What do you understand or find about that problem

I understand the error, and try to fix it with the commands:
git config --global --replace-all user.name “Sebastian Mondragon”
But this does not solve the problem.

You make any workaround? What did you do?

git config --global --replace-all user.name “Sebastian Mondragon”

Evidences



https://gitlab.com/autonomicjump/challenges/-/jobs/2067506351

I need help with

can you help me solve please?
Thanks

Hello!

You could try to change your username using this documentation, remember to do it both globally and locally. And check in the git config path if it is being saved correctly.

https://git-scm.com/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Configurando-Git-por-primera-vez

Greetings.

Thanks for your answer. @imaginative-watch
I already modified, both globally and locally.

However, I keep getting the same error.
https://gitlab.com/autonomicjump/challenges/-/jobs/2067992709

Evidence2.

If someone has this problem, the solution:
https://www.iteramos.com/pregunta/1147/cambiar-el-autor-de-un-commit-en-git

1 Like