No se puede instalar Vagrant box Laravel Homestead
Estoy tratando de instalar Laravel Homestead en Mac OS X siguiendo las instrucciones de documentación oficial enaquí.
Instalé VirtualBox y Vagrant. Ahora estoy tratando de agregar el cuadro Homestead con el comandovagrant box add laravel/homestead
. Después de un tiempo, la descarga se detiene y aparece un error. No me permite restaurar la descarga, así que tengo que eliminar el archivo de descarga parcial y comenzar desde cero. Lo he intentado muchas veces.
Creo que mi conexión a Internet tiene algo que ver, ya que es un poco lenta y es un archivo grande.
Aquí está el código completo:
$ 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
Después de volver a intentarlo:
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.
Cualquier ayuda es apreciada.