查看代理配置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