You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
Vagrant 1.8.7
VirtualBox 5.1.12r112440
ansible not installed
Your OS
macOS (Sierra)
Full console output
vagrant up Bringing machine 'academyvm170' up with 'virtualbox' provider... ==> academyvm170: Box 'geerlingguy/ubuntu1604' could not be found. Attempting to find and install... academyvm170: Box Provider: virtualbox academyvm170: Box Version: >= 0 The box 'geerlingguy/ubuntu1604' 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 viavagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:
@ashabed - Vagrant 1.8.7 had some major issues, and not finding any boxes was one of them. Please either downgrade to 1.8.6 or upgrade to 1.9.0/1.9.1 to resolve this issue.
Issue Type
Your Environment
Your OS
Full console output
vagrant up Bringing machine 'academyvm170' up with 'virtualbox' provider... ==> academyvm170: Box 'geerlingguy/ubuntu1604' could not be found. Attempting to find and install... academyvm170: Box Provider: virtualbox academyvm170: Box Version: >= 0 The box 'geerlingguy/ubuntu1604' 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 expandedURL and error message are shown below:
URL: ["https://atlas.hashicorp.com/geerlingguy/ubuntu1604"]
Error:
`
Summary
Running
vagrant up
returned "The box geerlingguy/ubuntu1604 could not be found or could not be accessed in the remote catalog."The solution was to run:
sudo rm /opt/vagrant/embedded/bin/curl
I'm posting this here so that others who face the same issue can find a solution more easily.
The text was updated successfully, but these errors were encountered: