GIT Error:- expected committer email '' but found 'karan@xyz.com'

后端 未结 6 2072
旧巷少年郎
旧巷少年郎 2020-12-29 07:48

Git push is getting rejected with the following error message:

expected committer email \'\' but found \'karan@xyz.com\'

I have already tri

6条回答
  •  既然无缘
    2020-12-29 08:06

    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.

提交回复
热议问题