Я пытаюсь начать работу с Vagrant, следуя документации по адресу:
http://docs.vagrantup.com/v2/getting-started/index.html
Я установил vagrant для своей ОС и установил VirtualBox. Я выполнил следующие команды
$ vagrant init hashicorp/precise32
$ vagrant up
Я получаю следующее сообщение об ошибке:
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'hashicorp/precise32' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
The box 'hashicorp/precise32' 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/precise32"]
Error: Failed connect to atlas.hashicorp.com:9999; Connection refused
Я немного погуглил, пытаясь выяснить, почему было отказано в соединении, но ответа не было. Я думаю, что проблема с сервером Vagrant. Есть идеи?