我正在为我的环境使用Vagrant,我有一个小问题:
$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/.../base
Run Code Online (Sandbox Code Playgroud)
我初始化了我的项目vagrant init但由于某种原因vagrant up拒绝工作.
vagrant ×1