社内のプロキシからgemやbundleでインストール時に失敗した時に、ハマったのでプロキシの設定方法の覚え書き。
###gem install で失敗する場合
$ gem install xxxx -p http://proxy:port
###bundle install で失敗する場合
$ export http_proxy=http://proxy:port
$ bundle install
Go to list of users who liked
More than 5 years have passed since last update.
社内のプロキシからgemやbundleでインストール時に失敗した時に、ハマったのでプロキシの設定方法の覚え書き。
###gem install で失敗する場合
$ gem install xxxx -p http://proxy:port
###bundle install で失敗する場合
$ export http_proxy=http://proxy:port
$ bundle install
Register as a new user and use Qiita more conveniently
Go to list of users who liked