Не удается установить Vagrant box Laravel Homestead

Я пытаюсь установить Laravel Homestead на Mac OS X, следуя официальной документации поВот.

Я установил VirtualBox и Vagrant. Сейчас я пытаюсь добавить поле Homestead с помощью командыvagrant box add laravel/homestead, Через некоторое время загрузка останавливается и я получаю ошибку. Это не позволяет мне восстановить загрузку, поэтому я должен удалить файл частичной загрузки и начать с нуля. Я пробовал это много раз.

Я думаю, что у моего интернет-соединения есть чем заняться, так как оно довольно медленное и это большой файл.

Вот полный код:

$ vagrant box add laravel/homestead
==> box: Loading metadata for box 'laravel/homestead'
    box: URL: https://atlas.hashicorp.com/laravel/homestead
This box can work with multiple providers! The providers that it
can work with are listed below. Please review the list and choose
the provider you will be working with.

1) virtualbox
2) vmware_desktop

Enter your choice: 1
==> box: Adding box 'laravel/homestead' (v0.2.7) for provider: virtualbox
    box: Downloading: https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.2.7/providers/virtualbox.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

transfer closed with 935392411 bytes remaining to read

После повторной попытки:

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

HTTP server doesn't seem to support byte ranges. Cannot resume.

Любая помощь приветствуется.

Ответы на вопрос(11)

Ваш ответ на вопрос