3

私は Vagrant を初めて使用します。私の目的は、Varying Vagrant Vagrant をインストールすることです。VVV の GitHub ページに記載されている手順に従っていましたが、手順 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 ビット OSを実行しており、 Virtual Box 5.0Vagrant 1.8.1をインストールしました

上記の問題に遭遇した人はいますか?

stackoverflow で、私のような質問を見つけました。指定された同様の質問に記載されている回答は、私の修正に役立ちますか?

4

1 に答える 1

14

私はそれを試してみて、あなたが共有した github ページを見ました。さて、あなたの場合、あなたはタイプミス、つまりスペルミスを犯しています:それvagrant-hostupdater 」ではなく、「 vagrant-hostsupdater」パッケージと呼ばれ、そこに「 s」がありません。

vagrant-hostsupdater コードをホストする githubページは次のとおりです: https://github.com/cogitatio/vagrant-hostsupdater

于 2016-03-04T05:11:41.123 に答える