Installation de homestead
salut a tous.
je suis sur ubuntu 18.04 et je tente d'installer homestead en vain.
j'ai deja installer virtualbox et vagrant (version 2.1.2)
1) si je tape
Code:
vagrant box add laravel/homestead
on me donne
Citation:
==> box: Loading metadata for box 'laravel/homestead'
box: URL:
https://vagrantcloud.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) parallels
2) virtualbox
3) vmware_desktop
Enter your choice: 2
==> box: Adding box 'laravel/homestead' (v6.1.0) for provider: virtualbox
box: Downloading:
https://vagrantcloud.com/laravel/box...virtualbox.box
==> box: Box download is resuming from prior download progress
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104
2) si je tape
Code:
vagrant box add laravel/homestead http://atlas.hashicorp.com/laravel/boxes/homestead
on me donne
Citation:
... Enter your choice: 2
==> box: Adding box 'laravel/homestead' (v6.1.0) for provider: virtualbox
box: Downloading:
https://vagrantcloud.com/laravel/box...virtualbox.box
==> box: Box download is resuming from prior download progress
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104
3) si je tape
Code:
vagrant box add --insecure -c laravel/homestead http://atlas.hashicorp.com/laravel/boxes/homestead
on me donne qui peut me dire ce qui va pas?