在Mac OS X中,Vagrant up无法工作

3
我已经安装了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: 

我刚刚尝试了一下,在我的 MacBook 上可以正常工作。你最好检查一下是否在防火墙或代理后面。 - yorammi
1个回答

1
安装5.0.28版本的虚拟机解决了这个问题。

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接