Loading

git 代理配置

设置当前代理

git config http.proxy http://127.0.0.1:2334

取消当前代理

git config --unset http.proxy

取消全局代理

git config --global --unset http.proxy

设置socks5代理

git config --global http.proxy socks5://127.0.0.1:10888
posted @ 2021-01-11 13:38  ZJH_BLOGS  阅读(144)  评论(0编辑  收藏  举报