Git push is getting rejected with the following error message:
expected committer email '' but found '[email protected]'
I have already tried:
But none has worked. What else can I do to resolve it.
This worked for me
git config --global user.name "Correct Name"
git config --global user.email [email protected]
git commit --amend --reset-author