Skip to main content
added 8 characters in body
Source Link
Kuhan
  • 796
  • 6
  • 7

To run Homebrew or Curl behind a proxy :

export ALL_PROXY=$http_proxy:port 

or

export ALL_PROXY=proxyIP:port 

After this is done, installation worked smoothly.

To run Homebrew behind a proxy :

export ALL_PROXY=$http_proxy:port 

or

export ALL_PROXY=proxyIP:port 

After this is done, installation worked smoothly.

To run Homebrew or Curl behind a proxy :

export ALL_PROXY=$http_proxy:port 

or

export ALL_PROXY=proxyIP:port 

After this is done, installation worked smoothly.

Here HomeBrew installation does not workTo run Homebrew behind a proxy and one has to avoid that using the following command in terminal:

export ALL_PROXY=$http_proxy:port 

or

export ALL_PROXY=proxy ip addressALL_PROXY=proxyIP:port number # do not give spaces 

After this is done, installation worked smoothly.

Here HomeBrew installation does not work behind proxy and one has to avoid that using the following command in terminal:

export ALL_PROXY=$http_proxy:port 

or

export ALL_PROXY=proxy ip address:port number # do not give spaces 

After this is done, installation worked smoothly.

To run Homebrew behind a proxy :

export ALL_PROXY=$http_proxy:port 

or

export ALL_PROXY=proxyIP:port 

After this is done, installation worked smoothly.

deleted 2 characters in body
Source Link
nohillside
  • 108.3k
  • 43
  • 230
  • 291

Here HomeBrew installation does not work behind proxy and one has to avoid that using the following command in terminal:

export ALL_PROXY=$http_proxy:port 

or export ALL_PROXY=proxy ip address : port number (do not give spaces ) After

export ALL_PROXY=proxy ip address:port number # do not give spaces 

After this is done, installation worked smoothly.

Here HomeBrew installation does not work behind proxy and one has to avoid that using the following command in terminal:

export ALL_PROXY=$http_proxy:port 

or export ALL_PROXY=proxy ip address : port number (do not give spaces ) After this is done, installation worked smoothly.

Here HomeBrew installation does not work behind proxy and one has to avoid that using the following command in terminal:

export ALL_PROXY=$http_proxy:port 

or

export ALL_PROXY=proxy ip address:port number # do not give spaces 

After this is done, installation worked smoothly.

Source Link
Kuhan
  • 796
  • 6
  • 7
Loading