Git Proxy Setting
# 设置当前代理
git config http.proxy http://127.0.0.1:2334
# 取消当前代理
git config --unset http.proxy
#取消全局代理
git config --global --unset http.proxy
#设置socks5代理
git config http.proxy socks5://127.0.0.1:1080
本网站文章版权均为本人所有,未经同意不得私自搬运复制,欢迎注明引用出处的合理转载,图片转载请留言。文章内容仅用于技术研究和探索,不得用于违法目的。