beetboxvm / beetbox

Pre-provisioned L*MP stack
http://beetbox.rtfd.org
92 stars 19 forks source link

Error on initial install #348

Closed benjy closed 8 years ago

benjy commented 8 years ago

I just ran:

curl https://raw.githubusercontent.com/beetboxvm/beetbox/master/Vagrantfile > Vagrantfile
vagrant up

And received the following error on 1.8.7

The box 'beet/box' 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/beet/box"]
Error:
benjy commented 8 years ago

This issue was a conflict with the built in Vagrant curl on 1.8.7 and OS X Sierra. The fix was:

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

Reference: http://stackoverflow.com/a/40474205/734462