码迷,mamicode.com
首页 > 系统相关 > 详细

Mac下Vagrant 1.8.7 添加box失败

时间:2016-11-25 14:25:47      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:vagrang   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失败

标签:vagrang   box   

原文地址:http://cnhttpd.blog.51cto.com/155973/1876549

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!