Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 202 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 202 Bytes

If connecting remotely through the web proxy, set the environment variable:

# bash/zsh
export HTTPS_PROXY="http://localhost:3128"
# tcsh/csh
setenv HTTPS_PROXY "http://localhost:3128"