当前位置:首页
> git设置代理和取消代理
git设置代理和取消代理git 代理服务器
5天前CN2资讯
如果代理类型是socks5进行如下设置即可git config --global http.proxy socks5://127.0.0.1:1080git config --global https.proxy socks5://127.0.0.1:1080如果是普通的http/https进行如下...