Git 设置代理 设置 HTTP 代理 1git config --global http.proxy 127.0.0.1:8888 设置 HTTPS 代理 1git config --global https.proxy 127.0.0.1:8888 设置需要身份验证的代理 1git config --global http.proxy user:password@127.0.0.1:8888 取消代理 12git config --global --unset http.proxygit config --global --unset https.proxy 查看当前代理 12git config --global --get http.proxygit config --global --get https.proxy 禁用 SSL 证书检查 1git config --global http.sslverify false 取消禁用 SSL 证书检查 1git config --global --unset http.sslverify Git Git 使用 Watt Toolkit 代理 git clone 等命令 上一篇 Jenkins 服务器 IP 变化后导致 Jenkins 无法访问 下一篇