
1 yuanji 2015-01-27 22:53:43 +08:00 proxychains4? |
2 zhangshine 2015-01-27 22:54:51 +08:00 |
3 cloudzhy 2015-01-27 22:56:58 +08:00 $ git config --list ...... http.proxy=socks5://127.0.0.1:1080 ...... |
4 LazyZhu 2015-01-27 23:01:38 +08:00 git config --global http.proxy 'http://127.0.0.1:8090' git config --global https.proxy 'https://127.0.0.1:8090' or git config --global http.proxy 'socks5://127.0.0.1:8080' git config --global https.proxy 'socks5://127.0.0.1:8080' And use http instead of git link. |
5 fghzpqm 2015-01-28 01:19:06 +08:00 |