tmatilai / vagrant-proxyconf

Vagrant plugin that configures the virtual machine to use proxies
MIT License
531 stars 74 forks source link

error installing proxyconf: No gems found matching "vagrant-vmware-fusion" #78

Closed dkoper closed 10 years ago

dkoper commented 10 years ago

I'm trying to install this plugin, but it complains that it can't find vagrant-vmware-fusion gem:

d:\>vagrant plugin install vagrant-proxyconf
Installing the 'vagrant-proxyconf' 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:

Net::HTTPNotFound: No gems found matching "vagrant-vmware-fusion" "2.5.0" nil

It shouldn't be depending on that, should it? Env: Windows 7, Vagrant 1.6.2. My Vagrantfile does support both virtualbox and vmware_fusion, but I have only provisioned with virtualbox.

d:\>vagrant plugin list
vagrant-login (1.0.1, system)
vagrant-share (1.0.1, system)
dkoper commented 10 years ago

Update to this issue, for anyone brought here by a search engine: on running the plugin install command again it worked. This seems to be the common work-around (see e.g. https://github.com/berkshelf/vagrant-berkshelf/issues/197).