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
I've looked through past posts and can't find anything that is similar enough to my problem. I am running Mac OS X (El Capitan), Virtual Box 4.3.26 and Vagrant 1.8.7. I have cloned the necessary files and navigated to the top level of the folder with the Vagrantfile. When I type "vagrant up", the following is shown:
brendan (master) Mining-the-Social-Web-2nd-Edition $ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'precise64' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'precise64' (v0) for provider: virtualbox
default: Downloading: http://files.vagrantup.com/precise64.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
There is no error message and I don't know how to proceed. I am familiar with setting up Virtual boxes for Linux systems, and I have not done anything of that sorts here. The video does not describe creating a new virtual machine. Do I need to make one?
Thanks
The text was updated successfully, but these errors were encountered:
The solution is sudo rm /opt/vagrant/embedded/bin/curl - this will remove curl bundled with vagrant and cause it to fall back to system's one at /usr/bin/curl.
I've looked through past posts and can't find anything that is similar enough to my problem. I am running Mac OS X (El Capitan), Virtual Box 4.3.26 and Vagrant 1.8.7. I have cloned the necessary files and navigated to the top level of the folder with the Vagrantfile. When I type "vagrant up", the following is shown:
brendan (master) Mining-the-Social-Web-2nd-Edition $ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'precise64' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'precise64' (v0) for provider: virtualbox
default: Downloading: http://files.vagrantup.com/precise64.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
There is no error message and I don't know how to proceed. I am familiar with setting up Virtual boxes for Linux systems, and I have not done anything of that sorts here. The video does not describe creating a new virtual machine. Do I need to make one?
Thanks
The text was updated successfully, but these errors were encountered: