我已经在这个链接上下载box, https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.4.2/providers/virtualbox.box
将box文件添加到VirtualBox:
vagrant box add laravel/homestead ~/Documents/gitlib/homestead.box
-
通过命令可以看到已经添加成功了:
vagrant box list
debian/wheezy64 (virtualbox, 7.9.2) hashicorp/precise32 (virtualbox, 0) hashicorp/precise64 (virtualbox, 1.1.0) laravel/homestead (virtualbox, 0)
在clone下来的Homestead目录中执行vagrant up提示没有检测到box
如下如:
请问这是为什么呢?
有什么办法能解决吗?
正确的解决办法请参考:https://segmentfault.com/q/1010000004472813