Mac下Vagrant 1.8.7 添加box失败

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac下Vagrant 1.8.7 添加box失败相关的知识,希望对你有一定的参考价值。


  ~ vagrant box add ubuntu/trusty64
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:


如上错误一般发生在Vagrant 1.8.7,


解决方法:

1、重新安装Vagrant 1.8.6

2、使用你系统的curl代替Vagrant curl


sudo ln -nsf /usr/bin/curl /opt/vagrant/embedded/bin/curl


参考文献:

http://zulip.readthedocs.io/en/latest/dev-env-first-time-contributors.html

本文出自 “辨枫拂雪” 博客,请务必保留此出处http://cnhttpd.blog.51cto.com/155973/1876549

以上是关于Mac下Vagrant 1.8.7 添加box失败的主要内容,如果未能解决你的问题,请参考以下文章

mac 下 安装vagrant

mac下virtualbox+vagrant安装

vagrant mac的一些坑

vagrant 本地添加box 支持带版本号

vagrant怎么启动两个box

vagrant 添加带版本号的 box