가상 상자를 사용하여 가상 컴퓨터를 설정하려고합니다. 윈도우 7 64 비트 시스템에 가상 박스와 부식제가 설치되어 있습니다. 나는 또한 puphpet를 사용하여 환경을 구축했습니다. 그러나 나는 그것이 오류방랑자 상자 오류를 찾을 수 없습니다
Bringing machine 'machine1' up with 'virtualbox' provider...
==>Machine1: Box 'puphpet/ubuntu1404-x64' could not be found. Attempting to find and install...
machine1: Box Provider: virtualbox
machine1: Box Version: >= 0
machine1: Box file was not detected as metadata. Adding it directly...
machine1: Adding box 'puphpet/ubuntu1404-x64' (v0) for provider: virtualbox
machine1: Downloading: puphpet/boxes/ubuntu1404-x64
machine1:
An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again.
나는 URL https://atlas.hashicorp.com/puphpet/boxes/ubuntu1404-x64/ 및 상자 puphpet/ubuntu1404-64이 존재를 확인을 던졌습니다 상자 ubuntu1404-64을 설치하려고 할 때마다.
또한 The error message, if any, is reproduced below
이라고 말하면 터미널에 설명이 표시되지 않습니다.
나는 그 문제를 봤 거든, stackoverflow에서 대답의 일부를 시도했지만 결과가 없습니다. 도와주세요.
설명서를 읽었을 때 상자에 metadata.json 파일이 있어야한다고 나와 있습니다. 이제는 내 cmd를 통해 부작용을 실행하면 상자 파일이 메타 데이터로 감지되지 않는다고 말합니다. – Sid