Vagrant在mac osx上找不到框

时间:2016-11-13 15:23:27

标签: macos vagrant

我正在尝试做类似的事情:

vagrant init hashicorp/precise64
vagrant up

然而,当Vagrant尝试添加框' hashicorp / precises64'时,我收到一条错误消息---当我使用命令

时,我得到了同样的错误
vagrant box add hashicorp/precise64

这是错误:

The box 'hashicorp/precise64' 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/precise64"]
Error: 

有谁知道出了什么问题?

我在Mac OSX Yosemite 10.10.5上使用Vagrant 1.8.7

1 个答案:

答案 0 :(得分:5)

Mac OS X的流浪汉卷曲版本出现错误。 即使.box文件是本地文件,也会发生此错误。

要修复,只需删除有问题的文件,它应默认为您系统上已安装的curl版本。

sudo rm / opt / vagrant / embedded / bin / curl