前提・実現したいこと
Vagrantで環境構築をしたいのですが、(1)手順通りにやったら躓いてしまい
また、(2)エラーの解消法を試しても違う実行結果となり、手詰まりになってしまいました。
ご教授お願いします。
発生している問題・エラーメッセージ
(1) Vagrant + VirtualBoxでWindows上に開発環境をサクッと構築するのインストール手順~仮想マシンを起動まで(ここでエラー)
C:\Vagrant\centos67>vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'bento/centos-6.7' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 The box 'bento/centos-6.7' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp's Vagrant Cloud, please verify you're logged in via `vagrant login`. Also, please double-check the name. The expanded URL and error message are shown below: URL: ["https://vagrantcloud.com/bento/centos-6.7"] Error: Failed to connect to vagrantcloud.com port 443: Timed out
(2) Vagrantエラーあれこれに関する対処法のvagrantのプロキシ設定編
C:\Vagrant\centos67>vagrant plugin install vagrant-proxyconf Installing the 'vagrant-proxyconf' plugin. This can take a few minutes... Vagrant failed to load a configured plugin source. This can be caused by a variety of issues including: transient connectivity issues, proxy filtering rejecting access to a configured plugin source, or a configured plugin source not responding correctly. Please review the error message below to help resolve the issue: timed out (https://gems.hashicorp.com/specs.4.8.gz) Source: https://gems.hashicorp.com/ C:\Vagrant\centos67>vagrant plugin list No plugins installed.
補足情報(FW/ツールのバージョンなど)
コマンドプロンプト
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。