Issue while installing vagrant plugins

时间:2017-06-15 10:03:52

标签: vagrant virtualbox vagrant-plugin

I have an issue when trying to install any of the vagrant plugins.

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

The error that I end up getting is this:

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

I am behind a proxy server. Not sure if this issue has anything to do with it.

1 个答案:

答案 0 :(得分:0)

没有代理就有同样的问题。看起来hashicorp希望关闭http://gems.hashicorp.com/

的免费访问权限