查看全局配置
cmd窗口或者git bash均可

查询
1、git config --global user.name
2、git config --global user.email

新增
1、git config --global user.name “xxxx”
2、git config --global user.email “xxxx”

替换
1、git config --global --replace-all user.name “xxx”
2、git config --global --replace-all user.email “xxx”

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐