2016-06-15 3 views
2

내 Linux 및 OS X 시스템에서 Vagrant를 문제없이 사용합니다. 이제 윈도우 10 (Windows 용 배쉬와 미리보기) 적절한 오류 메시지 지정하지 않고, 내 상자를 다운로드하는 동안 실패에 : 나는 또한 상자를 다운로드 시도'방랑자 업'에서 '다운로드하는 동안 오류가 발생했습니다.'

Bringing machine 'default' up with 'virtualbox' provider... 
==> default: Box 'trusty' could not be found. Attempting to find and install... 
    default: Box Provider: virtualbox 
    default: Box Version: >= 0 
==> default: Box file was not detected as metadata. Adding it directly... 
==> default: Adding box 'trusty' (v0) for provider: virtualbox 
    default: Downloading: http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box 
    default: 
An error occurred while downloading the remote file. The error 
message, if any, is reproduced below. Please fix this error and try 
again. 

를 (! 그래서 URL이 정확) 및 추가 수동하지만이 같은 결과 :

C:\> vagrant box add ubuntu/trusty64 c:\Users\michi\boxes\trusty-server-cloudimg-amd64-vagrant-disk1.box 
==> box: Box file was not detected as metadata. Adding it directly... 
==> box: Adding box 'ubuntu/trusty64' (v0) for provider: 
    box: Unpacking necessary files from: file://c:/Users/michi/boxes/trusty-server-cloudimg-amd64-vagrant-disk1.box 
    box: 
An error occurred while downloading the remote file. The error 
message, if any, is reproduced below. Please fix this error and try 
again. 

답변