0

尝试安装任何 vagrant 插件时遇到问题。

vagrant plugin install vagrant-aws
vagrant plugin install vagrant-awsinfo

我最终得到的错误是:

Installing the 'vagrant-aws' 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:

Authentication is required for http://gems.hashicorp.com/.
Please supply credentials for this source. You can do this by running:
bundle config http://gems.hashicorp.com/ username:password

我在代理服务器后面。不确定这个问题是否与它有关。

4

1 回答 1

0

没有代理也有同样的问题。看起来 hashcorp 想关闭对http://gems.hashicorp.com/的免费访问

于 2017-06-16T11:06:15.853 回答