Skip to content

Instantly share code, notes, and snippets.

@ih4cku
Last active September 14, 2016 13:02
Show Gist options
  • Save ih4cku/cc120dd4093a393ed33d549d12025aad to your computer and use it in GitHub Desktop.
Save ih4cku/cc120dd4093a393ed33d549d12025aad to your computer and use it in GitHub Desktop.
work with proxy

All use http.proxy and https.proxy

git

git config --global http.sslVerify false

pip

pip install --trusted-host xxx.com package

wget

wget --no-check-certificate ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment