Não é possível instalar a caixa Vagrant Laravel Homestead

Estou tentando instalar o Laravel Homestead no Mac OS X seguindo as instruções da documentação oficial emaqui.

Eu instalei o VirtualBox e o Vagrant. Agora estou tentando adicionar a caixa Homestead com o comandovagrant box add laravel/homestead. Depois de um tempo, o download é interrompido e eu recebo um erro. Ele não me permite restaurar o download, por isso tenho que excluir o arquivo de download parcial e começar do zero. Eu tentei isso muitas vezes.

Acho que minha conexão com a Internet tem algo a ver, já que é meio lento e é um arquivo grande.

Aqui está o 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

Após tentar novamente:

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.

Qualquer ajuda é apreciada.