Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/124.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Vagrant 流浪者不在mac OS X中工作_Vagrant - Fatal编程技术网

Vagrant 流浪者不在mac OS X中工作

Vagrant 流浪者不在mac OS X中工作,vagrant,Vagrant,我已经安装了vagrant和一个虚拟机提供商VirtualBox。 我在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 ins

我已经安装了vagrant和一个虚拟机提供商VirtualBox。

我在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: 

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

可能是我刚试用过的版本的副本,它在我的MacBook上对我有效。你最好检查一下你是在防火墙后面还是在代理后面。