刚下载学git 但是出现乱码 不知道是否把邮箱设置成功 请问各位怎么弄

 

修改用户名:
git config --global user.name  "Your_username"
修改用户邮箱:
git config --global user.email  "Your_email"
user.name/user.email后需有一个空格