git配置用户名

git config --global user.name [name]
git config --global user.email [email_address]
原文地址:https://www.cnblogs.com/smallredness/p/11205599.html