Closed b-long closed 10 years ago
Are you sure you had a working internet connection when you did this? vagrant-mutate is published to rubygems.
I do have internet access, but it could be a proxy issue I suppose. I'm not really familiar with ruby & rubygems, any idea what the IP or hostname of the rubgems
server is that an install attempts to connect to ?
Can you download it from https://rubygems.org/downloads/vagrant-mutate-0.2.5.gem ? If so, you can then install it with vagrant plugin install vagrant-mutate-0.2.5.gem
@sciurus Thanks for the help, it was indeed a network issue :) I did end up using vagrant plugin install vagrant-mutate-0.2.5.gem
after downloading the gem file manually, then copying it to the host.
Attempted to install
vagrant-mutate
, however the installation fails :I did follow the install procedures, but something isn't right. I'm not sure what Vagrant means by "The plugin 'vagrant-mutate' could not be found in local or remote repositories". Is there actually a place that Vagrant expects the plugin binaries need to checked into?