git配置全局用户名
点击右键 ,点击git bash here
在控制面板输入
git config --global user.name "xxx"
git config --global user.email "xxxxx@qq.com"
完成
点击右键 ,点击git bash here
在控制面板输入
git config --global user.name "xxx"
git config --global user.email "xxxxx@qq.com"
完成