誰かがここで助けてくれることを願っています。自己ホスト型の vagrant box をバージョン管理しようとしているので、Vagrant Cloud を使用せずにこれを行います。
次のメタ データ ファイルを作成しました。
{
"description": "How about this",
"name": "Graphite",
"versions": [
{
"version": "1.8",
"providers": [
{
"name": "virtualbox",
"url": "http://desktopenvironments/Graphite/Graphite_1.8.box"
}
]
}
]
}
これは、http: //docs.vagrantup.com/v2/boxes/format.htmlにある vagrant (やや欠けている) ドキュメントから直接取得したものです。
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.
なぜこれが起こっているのかについての支援は大歓迎です。