Reading Jumpstart PHP Environment - error encountered setting up VM

First is to wish you all a happy xmas holiday, which I’m loving here reading Jumpstart PHP Environment.
I’m however stuck in Chap 4, Using Vagrant section.I followed the instructions but couldnt get the VM set up. Attached is the screen shot of the error message.

What could be wrong? Thank you

Missing image.

Hmmm, in Raw but not in Cooked?

Now, I’m getting this error:

Chryspear@SEGUN MINGW64 /c/PHP/homestead_improved-master
$ vagrant up
Bringing machine ‘default’ up with ‘virtualbox’ provider…
==> default: Box ‘laravel/homestead’ could not be found. Attempting to find and install…
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Loading metadata for box ‘laravel/homestead’
default: URL: https://atlas.hashicorp.com/laravel/homestead
==> default: Adding box ‘laravel/homestead’ (v0.4.0) for provider: virtualbox
default: Downloading: https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.4.0/providers/virtualbox.box
==> default: Box download is resuming from prior download progress
default:
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.

Looks like there is a communication issue with the Hashicorp server.

Or you can try removing the partial download, as mentioned here.

http://stackoverflow.com/questions/31095225/cant-install-vagrant-box-laravel-homestead

Scott

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.