git 使用ss5代理


ss5IP:  c.v.cn 7050
U:P    test test

set:
git config --global http.https://github.com.proxy socks5://test:[email protected]:7050
git config --global https.https://github.com.proxy socks5://test:[email protected]:7050

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

 test:

export http_proxy="ocks5://test:[email protected]:7050"

 

curl myip.ipip.net
curl myip.ipip.net --socks5 118.89.106.69:1080
curl myip.ipip.net --socks5 test:[email protected]:1080

你可能感兴趣的:(git 使用ss5代理)