Skip to content

Instantly share code, notes, and snippets.

@kneipp
Last active January 29, 2016 17:01
Show Gist options
  • Save kneipp/689b9cb82f1413257581 to your computer and use it in GitHub Desktop.
Save kneipp/689b9cb82f1413257581 to your computer and use it in GitHub Desktop.
[Solved] Vagrant box add command error on Windows / Vagrant box could not be found or could not be accessed in the remote catalog

Solving Vagrant problem on Windows 10:

  1. Check your DNS, e.g.: 8.8.8.8, 4.4.4.4

  2. Did you have installed MS Visual C++ 2010 x86 Redistributables?

Details

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:

@kneipp
Copy link
Author

kneipp commented Jan 29, 2016

[Solved] Vagrant box add command error on Windows / Vagrant box could not be found or could not be accessed in the remote catalog

@kneipp
Copy link
Author

kneipp commented Jan 29, 2016

Error log / details:
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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment