LoginSignup
3
4

More than 5 years have passed since last update.

Vagrantをプロキシ下で動かす

Last updated at Posted at 2017-12-28

環境は windows です
事前にプロキシの設定をしておくだけ
設定の仕方もハマった、ダブルクオーテーションいらないし、httpとかもいらない

set http_proxy={host}:{port}
set https_proxy={host}:{port}

以下は自分用
set http_proxy=proxy.XXXX.co.jp:8000
set https_proxy=proxy.XXXX.co.jp:8000

vagrant box add centos6 https://github.com/hogehoge

3
4
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
3
4