Git push is getting rejected with the following error message:
expected committer email \'\' but found \'karan@xyz.com\'
I have already tri
git config --list --show-origin
Allows you to see the file where the setting is coming from. In my case it was an unrelated git settings file somehow making it into my portable git install.