Linux/Mac Terminal Proxy Settings, Cancel and Exclude Lists
In an unfriendly network environment, some development resources (dependencies) cannot be downloaded and installed directly. At this time, we need to use a proxy. If the terminal is used frequently, the content of the terminal about the proxy is essential. set http proxy 1 2 3 4 5 $ export http_proxy=http://server-ip:port/ $ export http_proxy=http://127.0.0.1:3128/ $ […]
Linux/Mac Terminal Proxy Settings, Cancel and Exclude Lists Read More »