fatal: unable to auto-detect email address

查看自己的email是不是设置成了mail

#查看
git config --global -l
#修改
git config --global user.email "emaiAddress"
#去掉mail配置
git config --global --unset user.mail
posted @ 2020-11-28 17:50  少年小白  阅读(667)  评论(0编辑  收藏  举报