在使用 VVV 的 Vagrant 期间无法安装 vagrant-hostupdater 插件

Unable to install vagrant-hostupdater plugin during Vagrant up with VVV

我是 Vagrant 的新手,我的目标是安装 Varying Vagrant Vagrants。我正在按照步骤 4 中提到的 VVV's GitHub page but I'm stuck up when installing 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 位 OS 我安装了 Virtual Box 5.0Vagrant 1.8.1

有人遇到过以上问题吗?

我发现在指定的类似问题中提到的 similar to mine, in Whosebug. Will the 有助于修复我的问题?

我试过了,看到了你分享的 github 页面。 好吧,在您的情况下,您打错了字,即拼写错误: 它的不是'vagrant-hostupdater',它叫做'vagrant-hostsupdater'包,你是那里缺少一个“s”。

这是托管 vagrant-hostsupdater 代码的 github 页面: https://github.com/cogitatio/vagrant-hostsupdater