When I try to configure my username with git config --global user.name "Michaël Doyon", it returns:
warning: user.name has multiple values error: cannot overwrite multiple values with a single value
Use a regexp, --add or --replace-all to change user.name.
Also, when I do git config --get user.name, it returns Michaël and not Michaël Doyon.
Be aware that I am trying to set up git on a new computer with the same username and email that I used to set up git on my old computer (MacBook Air 2017).
Can you help me configure my username to Michaël Doyon?
Thanks!