hello are you on a network that requires proxy or something ?
please share the following output vagrant version vagrant plugin list mkdir precise64 vagrant init -m hashicorp/precise64 vagrant up if there are still erros, then: set VAGRANT_LOG=debug vagrant up and share the verbose output, the above commands and the generated Vagrantfile Thanks Alvaro On Wed, Jun 7, 2017 at 7:38 PM, dagogo dboss <[email protected]> wrote: > > > I saw scotch.io vagrant box and i was please with it. so i went ahead to > download virtualbox and vagrant. also downloaded the scotch.io > vagrantfile. but i when i enter the vagrant up in that dir using cmd an > pc user. > > it gives this error > > > C:\Users\Myusername\Desktop\scotch-box-master>vagrant up >> Bringing machine 'default' up with 'virtualbox' provider... >> ==> default: Box 'scotch/box' could not be found. Attempting to find and >> install... >> default: Box Provider: virtualbox >> default: Box Version: >= 0 >> The box 'scotch/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/scotch/box"] >> Error: >> >> > > so i tried to install precise64 box it tries to download but it give an > error back as follow > > > C:\Users\Myusername\Desktop\Vagrant>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 >> default: Progress: 100% (Rate: 24/s, Estimated time remaining: --:--:--) >> An error occurred while downloading the remote file. The error >> message, if any, is reproduced below. Please fix this error and try >> again. >> >> > > so i download the precise64box.tar how do i install inside the folder > > C:\Users\Myusername\Desktop\Vagrant\.vagrant\machines\default\virtualbox > so do i put this file in this folder or i put it inside Vagrant > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/vagrant-up/d9e02854-7d88-4d6b-b7e5-5a83ee4a9f14%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/d9e02854-7d88-4d6b-b7e5-5a83ee4a9f14%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Alvaro -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0ewbggkDEeiyf0H9kw71u6GaVuDbsT9%3DgVxAx7g1d8NoSA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
