-
git config --global http.proxy 'socks5://127.0.0.1:1080'
-
git config --global https.proxy 'socks5://127.0.0.1:1080'
Git配置代理
最新推荐文章于 2025-02-18 14:23:45 发布
git config --global http.proxy 'socks5://127.0.0.1:1080'
git config --global https.proxy 'socks5://127.0.0.1:1080'