私は初めてvagrant
です。
私はvirtualboxとvagrant
(1.7.4)をインストールしてから、ブックタイプに従います
$> vagrant plugin install vagrant-cachier
数分後、次のエラーが報告されました。
> vagrant plugin install vagrant-cachier
Installing the 'vagrant-cachier' plugin. This can take a few minutes...
Bundler, the underlying system Vagrant uses to install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:
An error occurred while installing childprocess (0.5.7), and Bundler cannot continue.
Make sure that `gem install childprocess -v '0.5.7'` succeeds before bundling.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.Gem::RemoteFetcher::FetchError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A (https://rubygems.org/gems/childprocess-0.5.7.gem)
ruby
とについてはほとんど知りませんgem
。プラグインをインストールする前に他に何かインストールする必要がありますか?
それともネットワークの問題でしょうか?(自宅とオフィスで試しましたが、同じエラーです)
vagrant は正常に動作し、正常に初期化、起動、ssh できます。