配置 git账号和邮箱

git config --global user.name  "username"  
git config --global user.email  "email"

原文地址:https://www.cnblogs.com/yn-cn/p/14475052.html