This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| add the http_proxy and https_proxy to .bashrc | |
| export http_proxy='user:pass@proxy' | |
| export https_proxy='user:pass@proxy' | |
| sudo visudo | |
| then add the following lines | |
| Defaults env_keep="http_proxy" | |
| Defaults env_keep="https_proxy" |