Git报错Please tell me who you are.问题解决 git config --global user.email "you@example.com" //写入邮箱 git config --global user.name "Your Name" //写入用户名