设置Git用户信息

$ git config --global user.name "leehongee"   //给自己起个用户名
$ git config --globla user.email  "leehongee@126.com"   //填写自己的邮箱
原文地址:https://www.cnblogs.com/leehongee/p/3854733.html