proxychains virtualenv
libtinfo gperf
- cntlm
- git-repo
- make
- virtualenv
- Run in Git Bash
- export HTTP_PROXY="http://127.0.0.1:3128"
- export HTTPS_PROXY=$HTTP_PROXY
- pip install virtualenv
brew install gpg
use proxychains to solve proxy problem, please run as:
proxychains make download-linux
use cntlm to solve proxy problem, please run in Git Bash:
http_proxy=http://127.0.0.1:3128 https_proxy=http://127.0.0.1:3128 make download-windows
use v2ray and polipo to solve proxy problem. set http proxy at http://127.0.0.1:9050
http_proxy=http://127.0.0.1:9050 https_proxy=http://127.0.0.1:9050 make download-linux