博客园 首页 私信博主 显示目录 隐藏目录 管理 动画

git 设置代理


git config --global http.proxy socks5://127.0.0.1:端口

git config --global http.https://github.com.proxy socks5://127.0.0.1:端口

重置

git config --global --unset http.proxy

git config --global --unset http.https://github.com.proxy
posted @ 2022-02-22 17:09  八月情  阅读(124)  评论(0)    收藏  举报