SamyPesse / How-to-Make-a-Computer-Operating-System

How to Make a Computer Operating System in C++
https://samypesse.gitbook.io/how-to-create-an-operating-system
Apache License 2.0
21.15k stars 3.4k forks source link

Error downloading files. #149

Open JGriffin34432 opened 5 years ago

JGriffin34432 commented 5 years ago

Everytime I execute vagrant box add lucid32 http://files.vagrantup.com/lucid32.box, I keep getting this error:

C:\Users\Josh\Desktop\HoodiniOS>vagrant box add lucid32 http://files.vagrantup.com/lucid32.box
==> box: Box file was not detected as metadata. Adding it directly...
==> box: Adding box 'lucid32' (v0) for provider:
    box: Downloading: http://files.vagrantup.com/lucid32.box
    box: Download redirected to host: hashicorp-files.hashicorp.com
    box: Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--)
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Failed to connect to hashicorp-files.hashicorp.com port 443: Timed out

C:\Users\Josh\Desktop\HoodiniOS>
ghost commented 5 years ago

The mirror is dead, and I haven't been able to found another one working

ghost commented 5 years ago

Take a look at #147