【发布时间】:2016-02-28 06:25:07
【问题描述】:
我是 Vagrant 的新手,我的目标是安装 Varying Vagrant Vagrants。我按照VVV's GitHub page 中提到的步骤进行操作,但是在安装第 4 步中提到的vagrant-hostupdater 时遇到了困难。
我在尝试安装 vagrant-hostupdater 插件时遇到以下错误。
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\Daniel>vagrant plugin install vagrant-hostupdater
Installing the 'vagrant-hostupdater' 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:
Could not find gem 'vagrant-hostupdater (>= 0) x86-mingw32' in any of the gem so
urces listed in your Gemfile or available on this machine.
Warning: this Gemfile contains multiple primary sources. Using `source` more tha
n once without a block is a security risk, and may result in installing unexpect
ed 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 con
fig disable_multisource true`.
我正在运行 Windows 8.1 64 位操作系统,并安装了 Virtual Box 5.0 和 Vagrant 1.8.1
有人遇到过上述问题吗?
我在 stackoverflow 中找到了一个类似于我的 question。指定的类似问题中提到的answer 是否有助于修复我的问题?
【问题讨论】:
标签: vagrant vvv-wordpress