Maison > Article > développement back-end > Windows安装Homestead的一些坑
在新的电脑上重新安装Vagrant的Homestead环境,遇到了一些问题,以供参考:
`default: SSH auth method: private keyTimed out while waiting for the machine to boot. This means thatVagrant was unable to communicate with the guest machine withinthe configured ("config.vm.boot_timeout" value) time period.
` - 用Composer安装好Homestead之后,使用命令行可能会出现Homestead command not found,需要把%AppData%\Roaming\Composer\vendor\bin添加的系统环境变量PATH中。
其他的步骤随处可见,就不一一记录。