重新执行Git config命令配置用户名和邮箱即可:
git config -–global user.name "xxx"
git config --global user.email "xxx@xx.com"