Tôi đang sử dụng Vagrant cho môi trường của mình và tôi đã gặp một vấn đề nhỏ:
$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
Tôi đã khởi tạo dự án của mình với vagrant init
nhưng vì một số lý do vagrant up
từ chối làm việc.
cd
vào thư mục dự án của mình