Git push is getting rejected with the following error message:
expected committer email \'\' but found \'karan@xyz.com\'
I have already tri
This worked for me
git config --global user.name "Correct Name" git config --global user.email name@email.com git commit --amend --reset-author