【发布时间】:2014-09-14 16:03:35
【问题描述】:
我的 Windows 8.1 刚刚崩溃。现在我的 dist 上有一些文件已损坏。这包括我的 vagrant 机器索引(如果命名正确,则不 shure,但我知道它是这个文件 -> C:\Users\USERNAME.vagrant.d/data/machine-index/index)。
所以那里有很多二进制或十六进制的东西(同样不是 shure,因为我通常不处理这些东西,所以如果我错了,请纠正我!)如果我尝试,Vagrant 会吐出以下消息启动后启动一切。
vagrant up 返回此
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 is
corrupt. 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/Username/.vagrant.d/data/machine-index/index
【问题讨论】:
标签: virtual-machine vagrant windows-8.1