查看自己的email是不是设置成了mail
#查看 git config --global -l #修改 git config --global user.email "emaiAddress" #去掉mail配置 git config --global --unset user.mail