博客转自: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, here’s a Github issue page regarding this with a few more details.

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

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

最新文章

  1. Android学习笔记——Handler(一)
  2. nodejs 基本类型和语法
  3. 请慢慢移动……由于操作快慢导致的bug
  4. 多项式求ln,求exp,开方,快速幂 学习总结
  5. 【OC语法快览】四、基础内存管理
  6. 函数可重入问题reentrant functions(函数执行过程中可以被中断,允许多个副本)
  7. Python获取web页面信息
  8. [解答]对‘’未定义的引用 collect2: 错误: ld 返回 1
  9. visual studio插件 visual assistx
  10. NUnit - 使用感受
  11. 在apache2.4版本之前做客户端访问控制,是用Allow Deny Order指令做访问控制的,
  12. 《转》Frameset布局
  13. Head First 设计模式 第4章工厂模式
  14. 必须先将 ContentLength 字节写入请求流,然后再调用 [Begin]GetResponse。解决方法
  15. 如何导入python中的模块
  16. 最简单的视频编码器:基于libvpx(编码YUV为VP8)
  17. 正则化(Regularization)本质
  18. Unity攻略
  19. codeforces158D
  20. springboot-菜鸟学习1

热门文章

  1. 【BZOJ-3725】Matryca 乱搞
  2. dedecms /member/buy_action.php Weak Password Vulnerability Algorithm Vul
  3. Linux下pdf阅读器推荐
  4. PHP之:PHP框架
  5. 多线程引发OutOfMemoryException
  6. Mysql备份还原数据库之mysqldump实例及参数详细说明
  7. CF724C: Ray Tracing
  8. 机器学习笔记--KNN算法2-实战部分
  9. JQuery 和JavaScript的区别
  10. IOS 中的CoreImage框架(framework)