查看代理配置1234git config http.proxygit config --local http.proxygit config --global http.proxygit config --system http.proxy 配置列表 1234git config --listgit config --local --listgit config --global --listgit config --system --list 优先级1system-》global-》local 参考https://www.cnblogs.com/merray/p/6006411.html