Ich versuche, Laravel Homestead zu installieren und komme nicht daran vorbei, die Homestead-Box hinzuzufügen.
Die Anweisung lautet: vagrant box add laravel/homestead
Nach Abschluss des Downloadvorgangs wird der folgende Fehler angezeigt.
C:\Users\HARSHA - PC PRO>vagrant box add laravel/homestead
==> box: Loading metadata for box 'laravel/homestead'
box: URL: https://vagrantcloud.com/laravel/homestead
==> box: Adding box 'laravel/homestead' (v9.0.1) for provider: virtualbox
box: Downloading: https://vagrantcloud.com/laravel/boxes/homestead/versions/9.0.1/providers/virtualbox.box
==> box: Box download is resuming from prior download progress
box: Download redirected to host: vagrantcloud-files-production.s3.amazonaws.com
box: Progress: 100% (Rate: 188k/s, Estimated time remaining: --:--:--)
box: Calculating and comparing box checksum...
The specified checksum type is not supported by Vagrant: sha512.
Vagrant supports the following checksum types:
md5, sha1, sha256
Ich bin auf einem Windows 10 64-Bit-PC und habe diese Anweisungen mit der Virtualbox (Version 6.0.0 r127566 (Qt5.6.2)) und der Version vagrant_2.2.2_x86_64 ausprobiert.
Ich versuche, das Laravel-Gehöft zu installieren, und bin mir nicht bewusst, ob ich das lösen kann, da ich neu im Laravel-Landstreicher bin. Ich habe im Internet nach dem jeweiligen Problem gesucht und konnte keine Lösung für das oben genannte Problem finden. Daher ist jede Hilfe willkommen.