LoginSignup
13
10

More than 5 years have passed since last update.

proxy環境下でのhomebrew

Last updated at Posted at 2018-06-07

経緯

proxy環境下でbrew install packageするとcurlでエラーが出てしまい、詰まってしまいました。
やり方を忘れないように、残します。

手順

ALL_PROXYにセットして、brew installすることで解決しました。

$ export ALL_PROXY=http://[ip]:[port]
$ brew install package
13
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
10