我有一个问题,当尝试安装任何流浪插件。
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我在代理服务器后面。不确定这个问题是否与此有关。
发布于 2017-06-16 19:06:16
在没有代理的情况下也有同样的问题。看起来hashicorp想要关闭对http://gems.hashicorp.com/的免费访问
https://stackoverflow.com/questions/44564632
复制相似问题