我不知道我做錯了什麼。我正在嘗試爲我的django項目設置vagrant和virtualbox。我修改了vagrantfile上流浪問題:無法找到'lucid64'框
的指示,我得到以下錯誤:on this website
There was a problem with the configuration of Vagrant. The error message(s) are printed below:
vm: * The box 'lucid64' could not be found.
我使用的是MAC OS, 請幫助。謝謝。
嘗試手動下載lucid64.box文件,並用''vagrant box添加lucid64/path/to/box/file''將其添加到可用VM列表中。你可以用''流浪盒子列表''來驗證它的可用性。 – mikewaters
謝謝。那工作。 – dobleV
請用您的答案更新您的問題。 – mikewaters