问题描述
我已经安装了Homestead,并且它需要的所有东西都可以在这里工作。包括virtualBox,composer和PHP等。
我在C:\users\myuser\Homestead
创建了一个宅基文件夹
但是当我发出homestead up
命令时,出现以下错误:
homestead up
Bringing machine 'default' up with 'virtualBox' provider...
==> default: Box 'base' Could not be found. Attempting to find and install...
default: Box Provider: virtualBox
default: Box Version: >= 0
==> default: Box file was not detected as Metadata. Adding it directly...
==> default: Adding Box 'base' (v0) for provider: virtualBox
default: Downloading: base
default:
An error occurred while downloading the remote file. The error
message,if any,is reproduced below. Please fix this error and try
again.
Couldn't open file C:/Users/mysuer/Homestead/base
我发现用户抱怨VirtualBox有类似问题,并提出了此解决方案:
vagrant init hashicorp/precise32
vagrant up
但这不适用于宅基地。如果我尝试可以得到:
homestead init hashicorp/precise32
`Vagrantfile` already exists in this directory. Remove it before
running `vagrant init`.
此目录或该位置的任何子目录中甚至没有Vagrantfile
。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)