winnfsd / vagrant-winnfsd

Manage and adds support for NFS for Vagrant on Windows.
Other
567 stars 62 forks source link

FYI : Error 'No gems found matching "vagrant-vmware-fusion"' at installation #33

Closed borisschapira closed 9 years ago

borisschapira commented 9 years ago

FYI, it is possible that you encounter an error during the plugin installation, regarding an unmatched dependancy to the "vagrant-vmware-fusion" gem :

C:\projects> vagrant plugin install vagrant-winnfsd
Installing the 'vagrant-winnfsd' 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" "3.0.1" nil

If something like that happen, simply try to run vagrant plugin install vagrant-winnfsd again. It worked for me and after a quick search, several people encountered the same symptoms.

apintocr commented 9 years ago

Thank you @borisschapira :)

apintocr commented 9 years ago

@GM-Alex this should go into the Readme :)