Git 设置 用户名 和 邮箱

git config --global user.name "Vincent"

git config --global user.email "********@qq.com"

原文地址:https://www.cnblogs.com/zccfun/p/6053431.html