When I try to commit to a local git
, it keeps asking me to set up a user.mail
and user.name
, despite them being setup correctly both locally and globally.
I seem to have the same problem as this post.
The solution proposed (setting url = "https://username@website.com/git_name"
in .git/config
) is both not working and not satisfying (I want to keep using SSH).
Is this a bug ?
I am running git version 2.32.1 (Apple Git-133) on a new Macbook Pro with a M1 Pro cpu.
Both my windows and WSL installation have no problem like this whatsoever.