If you are able to curl the box you can use 'vagrant box add boxname local/path/to/box' to add the box, and then vagrant up as normal. The only downside is if the author updates the box on the website you won't get any updates, but unless you destroy and up frequently, the updates probably won't do a lot for you either.
On Tuesday, June 2, 2015 at 3:10:01 PM UTC-5, Haitao Jiang wrote: > > OS: OS X 10.10.3 > Vagrant version: 1.7.2 > VirtualBox version: 4.3.28r100309 > > $vagrant login > > $ vagrant init hashicorp/precise64 > $ vagrant up > Bringing machine 'default' up with 'virtualbox' provider... > ==> default: Box 'hashicorp/precise64' could not be found. Attempting to find > and install... > default: Box Provider: virtualbox > default: Box Version: >= 0 > The box 'hashicorp/precise64' 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/hashicorp/precise64"] > Error: > > I can curl the box file without any issue. > > > Any pointer as where I should check? > -- 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]. For more options, visit https://groups.google.com/d/optout.
