我是新手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。