git配置全局用户名

点击右键 ,点击git bash here

在控制面板输入

git config --global user.name "xxx" 
git config --global user.email "xxxxx@qq.com"

完成

原文地址:https://www.cnblogs.com/ZenoPan/p/10632382.html