0
点赞
收藏
分享

微信扫一扫

git 使用ss5代理

ss5IP:  c.v.cn 7050

U:P    test test

set:

git config --global http.https://github.com.proxy socks5://test:test@c.v.cn:7050

git config --global https.https://github.com.proxy socks5://test:test@c.v.cn:7050

git clone https://github.com/isee15/Card-Ocr.git

 test:

export http_proxy="ocks5://test:test@c.v.cn:7050"


curl myip.ipip.net

curl myip.ipip.net --socks5 118.89.106.69:1080

curl myip.ipip.net --socks5 test:test@118.89.106.69:1080




举报

相关推荐

0 条评论