Homestead 用不了,就销毁重建,结果重建后无法启动?

λ vagrant up
Bringing machine 'homestead-7' up with 'virtualbox' provider...
==> homestead-7: Box 'lc/homestead' could not be found. Attempting to find and install...
homestead-7: Box Provider: virtualbox
homestead-7: Box Version: >= 6.0.0
The box 'lc/homestead' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Vagrant Cloud, 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://vagrantcloud.com/lc/homestead"]
Error: The requested URL returned error: 404 Not Found
MS Visual C++ 2010 x86 Redistributables 我之前就安装过了。
大家好,问题仍未解决,重装windows可能会解决但我不想因为这件事重装windows
关于 LearnKu
Homestead虚拟机盒子更新了
@Liuj 新版的文件 从哪儿下。。或者说能用命令行更新吗
Homestead\scripts\文件夹中,打开homestead.rb文件
修改 config.vm.box = settings["box"] ||= "lc/homestead"
为 config.vm.box = settings["box"] ||= "你现在的 Homestead Box"
Homestead Box 的 名字通过 vagrant boxlist获取
@lovefisher 修改之后还是安装不上
请问解决了吗?怎么解决的
@lovefisher
正解,谢谢!按着提示,Win7(SP1 升级Powershell2.0)环境下的问题已解决。
笔记,同楼主问题,按照@lovefisher 的方法执行 : vagrant box list
发现是空的,让后仔细回看教程发现漏掉一步 : vagrant box add metadata.json