ss现在用不了,我在5080上开了http inbound的v2ray代理,浏览器上设http代理可以成功代理,不需要设socks5。配置的方式是在将打开Julia的终端输入:
set http_proxy=127.0.0.1:5080
set https_proxy=127.0.0.1:5080
git config --global http.proxy http://127.0.0.1:5080
git config --global https.proxy http://127.0.0.1:5080
.gitconfig里是
[http]
proxy = http://127.0.0.1:5080
[https]
proxy = http://127.0.0.1:5080
然而速度慢到感觉julia根本没走代理,现在应该怎么开代理?论坛搜代理都是2018的帖子。