Vagrant error: Your VM has become inaccessible.

时间:2014-11-03 12:44:29   收藏:0   阅读:1146

博客转自:http://doodlebobbers.com/vagrant-error-your-vm-has-become-inaccessible/

 

If you’ve deleted a virtual machine file still referenced by one of your projects, you’ll run into the following error when you try and instantiate the VM via vagrant up.

Your VM has become “inaccessible.” Unfortunately, this is a critical error with VirtualBox that Vagrant can not cleanly recover from. Please open VirtualBox and clear out your inaccessible virtual machines or find a way to fix them.

Vagrant creates a hidden folder within your project directory named .vagrant with files that refer to specific VM IDs.

bubuko.com,布布扣

Simply delete the .vagrant folder within your project and rerun vagrant up.

For giggles, here’s a Github issue page regarding this with a few more details.

 

在网上找了好久,终于找到了一篇可以解决的办法。

其实就是删除安装目录中的.vagrant 文件夹,然后在到命令行窗口下执行vagrant up

bubuko.com,布布扣

原文:http://www.cnblogs.com/wangkongming/p/4070782.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!