博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Vagrant error: Your VM has become inaccessible.
阅读量:5132 次
发布时间:2019-06-13

本文共 818 字,大约阅读时间需要 2 分钟。

博客转自: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.

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

For giggles, .

 

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

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

转载于:https://www.cnblogs.com/wangkongming/p/4070782.html

你可能感兴趣的文章
《PRML.Translation》pdf
查看>>
第四章 Spring.Net 如何管理您的类___统一资源访问接口
查看>>
thikPHP框架部署
查看>>
问你觉得iOS7为什么要扁平化,扁平化和之前的比有什么优势
查看>>
撸.NET Core的正确姿势
查看>>
【SAM】loj#6401. 字符串
查看>>
oc UIAlertController封装
查看>>
android 第三方框架
查看>>
自定义右键菜单
查看>>
斐波那契数
查看>>
【转】解决Windows Media Player媒体库无法添加文件
查看>>
关于数据持久化的一个简介
查看>>
组件 -- Alert
查看>>
Locked Treasure
查看>>
分页 Paginator
查看>>
第一节 如何用Go实现单链表
查看>>
linux下命令行操作快捷键及技巧
查看>>
支持向量机
查看>>
LINQ常用
查看>>
CentOS7下zip解压和unzip压缩文件
查看>>