SyntaxFix
Write A Post
Hire A Developer
Questions
That’s a typo. You’ve accidently set user.mail with no e. Fix it by setting user.email in the global configuration with
user.mail
user.email
git config --global user.email "[email protected]"