Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Comando Vagrant up: Error: The requested URL returned error: 404 Not Found

Quando executo Vagrant up no diretório com Vagrantfile, aparece a mensagem de erro:

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'hashicorp/precise' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
The box 'hashicorp/precise' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Vagrant Cloud, 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://vagrantcloud.com/hashicorp/precise"]
Error: The requested URL returned error: 404 Not Found
1 resposta
solução!

achei o problema.

Quando fui inicializar utilizando o comando: vagrant init hashicorp/precise esqueci de incluir o 64 no final ( vagrant init hashicorp/precise64 ) dessa forma ele não achava o box