关于git代理设置问题记录 发表于 2025-01-22 分类于 记录 需要在`Clash Verge`将代理设置成全局。然后在设置中`复制环境变量类型` Overview需要在Clash Verge将代理设置成全局。然后在设置中复制环境变量类型。 打开终端设置代理即可。 增加超时时间 123git config --global http.postBuffer 524288000git config --global http.lowSpeedLimit 0git config --global http.lowSpeedTime 999999 设置代理 12git config --global http.proxy socks5://127.0.0.1:7897git config --global https.proxy socks5://127.0.0.1:7897 取消代理 12git config --global --unset http.proxygit config --global --unset https.proxy