无法使用Vagrant Up命令打开文件错误

无法使用Vagrant Up命令打开文件错误,vagrant,Vagrant,有人知道我能做些什么来解决这个问题吗?我是个流浪汉 Crystal:~ Adam$ Crystal:~ Adam$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'base' could not be found. Attempting to find and install... default: Box Provider: virtualbox

有人知道我能做些什么来解决这个问题吗?我是个流浪汉

Crystal:~ Adam$ 
Crystal:~ Adam$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'base' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Adding box 'base' (v0) for provider: virtualbox
    default: Downloading: base
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Couldn't open file /Users/Adam/base
Crystal:~ Adam$ 

看起来您的情况与此问题中描述的情况相同:。我的回答在这里重复:

您可能已经用
Vagrant init
创建了一个Vagrant项目。这将创建您的Vagrant文件,但它不会定义一个框


相反,您可以尝试使用标准Ubuntu映像的Wagrant init hashicorp/precise32。流浪汉网站有一个很好的例子。

你能在这里发布一份流浪汉档案副本,以防提供线索吗?