Open maelfosso opened 9 years ago
I just tried and vagrant up
worked okay for me.
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'udacity/ud381' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Loading metadata for box 'udacity/ud381'
default: URL: https://atlas.hashicorp.com/udacity/ud381
==> default: Adding box 'udacity/ud381' (v0.0.5) for provider: virtualbox
default: Downloading: https://atlas.hashicorp.com/udacity/boxes/ud381/versions/0.0.5/providers/virtualbox.box
==> default: Successfully added box 'udacity/ud381' (v0.0.5) for 'virtualbox'!
Have you tried again recently?
I've got the same issue - the box couldn't be found. And no attempts made to download it.
Solved for me - the key was to follow course instructions more strictly: "note - if you use Ubuntu's package manager, your Vagrant version may be out-of-date.". Had to remove default Vagrant and download the package from https://www.vagrantup.com/. Then it worked.
Still seeing these issues.
➜ ud381 git:(master) VBoxManage -v
5.1.8r111374
➜ ud381 git:(master) vagrant --version
Vagrant 1.8.7
➜ ud381 git:(master) vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'udacity/ud381' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
The box 'udacity/ud381' 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/udacity/ud381"]
Error:
➜ ud381 git:(master) sw_vers
ProductName: Mac OS X
ProductVersion: 10.12.1
BuildVersion: 16B2555
Same issue for me, and the VM and Vagrant are updated. Any solutions?
Have tried vagrant connect, vagrant add, list and other things under the sun, but 'udacity/ud381' doesn't seem to be found whereas on Atlas, it shows up and running https://atlas.hashicorp.com/udacity/boxes/ud381
I've found a fix that worked for me on OSX. You have to run sudo rm /opt/vagrant/embedded/bin/curl
.
So, this isn't a way out of the problem but still worth mentioning. (for Windows 10)
I had VMWare and vagrant up
and it was not working for me, so I googled it up and found that there is a plugin for it which requires a paid license.
Link: https://github.com/hashicorp/vagrant/issues/2342
Link: https://www.vagrantup.com/docs/vmware/installation.html
I just switched to VirtualBox. 😢
Hi,
I have a problem with Vagrant I has this error when I type
vagrant up