Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vagrant cannot find box [closed]

I am on windows 10 and has VirtualBox 5.0.14 and vagrant 1.8.1 installed in it.

While i try to add a box it gives me this error:

Command: $ vagrant box add ubuntu/trusty64

Error:

The box 'ubuntu/trusty64' 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/ubuntu/trusty64"] Error:

Any idea for this issue?

like image 407
rakibtg Avatar asked Feb 20 '16 05:02

rakibtg


People also ask

How do I close vagrant virtual machine?

Command: vagrant halt [name|id] This command shuts down the running machine Vagrant is managing. Vagrant will first attempt to gracefully shut down the machine by running the guest OS shutdown mechanism. If this fails, or if the --force flag is specified, Vagrant will effectively just shut off power to the machine.


Video Answer


1 Answers

Try this

$ sudo rm /opt/vagrant/embedded/bin/curl 

https://github.com/Varying-Vagrant-Vagrants/VVV/issues/354

like image 188
imansyaefulloh Avatar answered Sep 24 '22 09:09

imansyaefulloh