Vagrant在Mac OS X中无法正常工作

时间:2016-11-15 21:28:55

标签: vagrant

我安装了vagrant和虚拟机提供程序 - VirtualBox。 https://www.vagrantup.com/downloads.html https://www.virtualbox.org/wiki/Downloads

我在OS X终端中运行了以下两个终端:

vagrant init ubuntu/trusty64
vagrant up

它出现以下错误:

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'ubuntu/trusty64' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
The box 'ubuntu/trusty64' 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/ubuntu/trusty64"]
Error: 

1 个答案:

答案 0 :(得分:1)

安装5.0.28虚拟盒版本解决了这个问题。