用git config --global user.name "your name"命令来设置你的用户名
用git config --global user.email "your email"命令来设置你的邮箱
然后用git config user.name/email来查询是否设置成功