【发布时间】:2016-11-09 23:59:38
【问题描述】:
我不想运行vagrant box add ubuntu/trusty64,而是想手动下载.box 文件(如this question)。
我从这里下载了文件: https://atlas.hashicorp.com/ubuntu/boxes/trusty64/versions/14.04/providers/virtualbox.box
当我运行vagrant box add test123 ~/Downloads/trusty-server-cloudimg-amd64-vagrant-disk1.box 时,输出结果如下:
==> box: Box file was not detected as metadata. Adding it directly...
==> box: Adding box 'test123' (v0) for provider:
box: Unpacking necessary files from: file:///XYZ/trusty-server-cloudimg-amd64-vagrant-disk1.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
(没有进一步的错误信息)
【问题讨论】:
标签: vagrant virtualbox