Vagrant

Par cid5420, il y a 9 ans


Outils Linux

Bonjour,

Je ne savais pas où poster mon problème...

Je suis en train de suivre le tuto pour monter une vm et j'ai une erreur lors du vagrant up

The box 'laravel/homestead' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp's Atlas, please verify you're logged in via `vagrant login`. Also, please double-check the name. The expanded URL and error message are shown below: URL: https://atlas.hashicorp.com/laravel/homestead Error: Failed writing body (0 != 21)

Pour la box j'ai essayé plusieurs liens, j'ai essayé en regardant sur le site vagrant avec le getting started bref toujours la même erreur, quelqu'un a une solution ?

1 réponse

shensui, il y a 9 ans

Moi aussi j'ai le même problème.
j'ais instalé la dernier version de virtual box (Version 5.1.14 r112924 (Qt5.6.2)) ainsi que vagrant (vagrant 1.9.1), et quant je tape "vagrant box add laravel/homestead" j'obtion ça:

$ vagrant box add laravel/homestead ==> box: Loading metadata for box 'laravel/homestead' box: URL: https://atlas.hashicorp.com/laravel/homestead The box 'laravel/homestead' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp's Atlas, please verify you're logged in via `vagrant login`. Also, please double-check the name. The expanded URL and error message are shown below: URL: https://atlas.hashicorp.com/laravel/homestead Error: Failed writing body (0 != 485)

???