mitchellh/vagrant-aws

Authentication is required for http://gems.hashicorp.com/.

hubeiyichangzy opened this issue · 2 comments

When I tried to install vagrant-aws. It reported and authentication error. I can open http://gems.hashicorp.com/ on my browser. And did not found sign up link. So is some special configuration need to be set before running vagrant plugin install? Thanks for the help.

$ vagrant plugin install vagrant-aws

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

$ vagrant -v

Vagrant
1.7.2

A colleague of mine started getting this issue, too.

Turns out he's on 1.7.2, as well, which is quite old. I'm on 1.9.3 and I don't have the issue.

Had a colleague of mine getting this issue - he was running 1.7.5, upgraded to our supported devenv release of 1.8.3 and problem went away.