Skip to content

Instantly share code, notes, and snippets.

@cnruby
Last active August 29, 2015 14:01
Show Gist options
  • Save cnruby/3c43c6d02d949698d564 to your computer and use it in GitHub Desktop.
Save cnruby/3c43c6d02d949698d564 to your computer and use it in GitHub Desktop.
《???》软件Vagrant命令vagrant up无法使用
<问题>
命令vagrant up无法使用,出现下面<错误>。
<方案>
(1)在VirtualBox重新打开Ubuntu,关闭时,使操作系统处于‘saved’状态;
(2)使用命令vagrant up
(3)再使用命令vagrant reload
<错误>
$ vagrant up
Thanks for wanting to use Vagrant! Unfortunately, this is not the way
to install Vagrant anymore. We now make installers for the various operating
systems Vagrant supports.
Vagrant is no longer distributed as a RubyGem. Please download the latest
version for your operating system from the URL below. If you still wish
to use the RubyGem version, you can manually install version 1.0.7. Note that
the RubyGem version hasn't been updated in over a year and will no longer
receive any updates.
Prior to installing Vagrant using the installer, make sure you uninstall
all your Vagrant gems, since they sometimes conflict.
http://www.vagrantup.com
If you want to learn more about why we don't distribute using RubyGems
anymore, please read this: http://mitchellh.com/abandoning-rubygems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment