我已經在這個連結上下載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
如下如:
#請問這是為什麼呢?
有什麼辦法能解決嗎?
正確的解決方法請參考:/q/1010000004472813