赞
踩
3、查看邮箱配置 git config user.email
4、全局配置用户名 git config --global user.name “nameVal”
5、全局配置邮箱 git config --global user.email “eamil@qq.com”