vagrant - 使用 VVV 启动 Vagrant 期间无法安装 vagrant-hostupdater 插件

标签 vagrant vvv-wordpress

我是 Vagrant 的新手,我的目标是安装 Varying Vagrant Vagrant。我正在按照 VVV's GitHub page 中提到的步骤进行操作但我在安装时卡住了 vagrant-hostupdater在步骤 4 中提到。

当我尝试安装 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 位操作系统 我安装了 虚拟盒子 5.0 Vagrant 1.8.1

有没有人遇到过上面的问题?

我找到了一个 question类似于我的,在stackoverflow中。请问answer在指定的类似问题中提到有助于修复我的问题?

最佳答案

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

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

关于vagrant - 使用 VVV 启动 Vagrant 期间无法安装 vagrant-hostupdater 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35679494/

相关文章:

php - 为什么 laravel 会出现应用程序错误

linux - Vagrant,只下载一次包而不是为 linux 中的每个项目下载包

ssh - Vagrant 禁用 SSH 代理

wordpress - 如何编辑 VVV 实例化 VM 的 nginx.conf?

linux - 使用 Vagrant 虚拟机和 Nginx 设置测试环境

vagrant - 从ubuntu的终端启动 'hashicorp/precise32'时找不到框 'vagrant up'

php - Vagrant 与 Chef : How to install a newer version of PHP?