摘要: #查看系统系统配置git config --system --list#查看全局配置信息 git config --global --list #查看当前仓库的信息 git config --local --list #查看全局配置信息 git config --global --list #删除全 阅读全文