내 환경에 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
나는 프로젝트를 초기화 vagrant init
했지만 어떤 이유로 든 vagrant up
작동을 거부합니다.
cd
프로젝트 디렉토리에 들어 가지 않았다는 것입니다.