希望有人可以在这里提供帮助。我正在尝试对自托管的流浪盒进行版本控制,因此无需使用 Vagrant Cloud。
我创建了以下元数据文件:
{
"description": "How about this",
"name": "Graphite",
"versions": [
{
"version": "1.8",
"providers": [
{
"name": "virtualbox",
"url": "http://desktopenvironments/Graphite/Graphite_1.8.box"
}
]
}
]
}
这直接取自 vagrant(有些缺乏)文档,位于:http ://docs.vagrantup.com/v2/boxes/format.html 。
运行 vagrant add (直接从磁盘获取包含此文件的盒子文件)时,我得到:
The metadata associated with the box 'graphite' appears corrupted.
This is most often caused by a disk issue or system crash. Please
remove the box, re-add it, and try again.
任何有关为什么会发生这种情况的帮助将不胜感激。