赞
踩
http
和socks
v2rayN 默认监听 1080/1081 端口,如果修改过默认端口,那么请自行替换下列端口。其中1080为socks端口,1081为http端口。
博主的v2rayN监听端口为:
socks:10808
http:10809
http
代理git config --global http.proxy http://127.0.0.1:10809
git config --global https.proxy https://127.0.0.1:10809
scoks
代理git config --global http.proxy socks5://127.0.0.1:10808
git config --global https.proxy socks5://127.0.0.1:10808
git config -l
git config --global --unset http.proxy
git config --global --unset https.proxy
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。