2015-12-03 4 views
0

Когда я попытался установить Laravel приусадебным я сталкиваюсь с проблемами я использую Git терминал, когда я пытаюсь этоLaravel усадьба на окнах 10

$ vagrant box add laravel/homestead https://atlas.hashicorp.com/laravel/boxes/homestead 

Я получаю эту ошибку

==> box: Box file was not detected as metadata. Adding it directly... 

==> box: Adding box 'laravel/homestead' (v0) for provider: 
    box: Downloading: https://atlas.hashicorp.com/laravel/boxes/homestead 
    box: 

An error occurred while downloading the remote file. The error 
message, if any, is reproduced below. Please fix this error and try 
again. 

Could not resolve host: (nil); Host not found 
+0

Проверьте мой ответ здесь: HTTP: //stackoverflow.com/questions/34756769/laravel-homestead-windows – rotaercz

ответ

2

Скорее всего, вы должны просто обновить Vagrant. Ваш вопрос должен быть зафиксирован с этой фиксацией: https://github.com/mitchellh/vagrant/commit/5f12126d32dfa30f5f48d12724eeb29222942cb0


Если вы не хотите, чтобы обновить Vagrant, то решение раскомментировать этот параметр в Vagrantfile:

config.vm.box_check_update = false 
Смежные вопросы