【发布时间】:2016-03-30 21:21:27
【问题描述】:
目标:安装宅基地,以便我可以安装 laravel
我正在关注official instructions 尝试安装宅基地。
到目前为止,我在 Git Bash 终端上:
- 安装了工作正常的流浪盒和虚拟盒。还将 laravel/homestead 框添加到 vagrant 安装中
- 克隆了 Homestead 存储库
- 克隆了 Homestead Repo 的 php7 品牌
- 成功运行 'bash init.sh'
- 通过运行“git clone -b php-7 https://github.com/laravel/homestead.git Homestead7”初始化 Homestead
现在当我尝试运行时:
box: laravel/homestead-7
终端给我:
sh.exe": box:: command not found
目前,Homestead 文件夹位于以下路径:
C:\Users\Gil.vagrant.d\boxes\homestead\Homestead
有谁知道为什么会这样以及解决方法吗?
到目前为止,我在 Google 上进行了研究,但似乎并没有解决我的特定问题:
cant-add-laravel-homestead-box-ssl-certificate-prob-windows
cant-install-vagrant-box-laravel-homestead
【问题讨论】: