GIT Error:- expected committer email '' but found 'karan@xyz.com'
问题 Git push is getting rejected with the following error message: expected committer email '' but found 'karan@xyz.com' I have already tried: setting use properties in .gitconfig file. trying git push making different clones of same repository. setting up whole system all together after formatting it. But none has worked. What else can I do to resolve it. 回答1: This doesn't seem like a git limitation, but should be some kind of pre-receive hook on the remote side (the Git repository hosting