vagrant强制关闭电脑后,无法启动
提示错误:
The machine index which stores all required information about running Vagrant environments has become corrupt. This is usually caused by external tampering of the Vagrant data folder. Vagrant cannot manage any Vagrant environments if the index iscorrupt. Please attempt to manually correct it. If you are unable to manually correct it, then remove the data file at the path below.This will leave all existing Vagrant environments "orphaned" and they'll have to be destroyed manually. Path: C:/Users/自己的用户名/.vagrant.d/data/machine-index/index
解决方案:
到 Path 路径下,删除 index 和 index.lock 文件
文章来源地址https://www.toymoban.com/article/168.html文章来源:https://www.toymoban.com/article/168.html
到此这篇关于vagrant强制关闭电脑后,vagrant无法启动虚拟机,如何解决The machine index which stores all required information about的文章就介绍到这了,更多相关内容可以在右上角搜索或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!