當我嘗試無業遊民了,我得到這個錯誤(使用宅基地的最後一個版本)Laravel家園 - 共享文件夾的主機路徑丟失:〜/代碼
The host path of the shared folder is missing: ~/Code
這裏有我的文件夾設置在.homestead /Homestead.yaml
folders:
- map: c:\work\newvm\Code
to: /home/vagrant/Code
當然,目錄c:\ work \ newvm \ Code存在。
此外,我搜索了〜/代碼遍及代碼,它只存在於用於生成.homestead/Homestead.yaml(src/subs/Homestead.yaml)的模板中。
更重要的是,如果我完全刪除文件夾部分,我會得到同樣的錯誤!
在此先感謝,Catalin
可能重複的[laravel homestead共享文件夾的主機路徑缺少錯誤在Windows 7上](http://stackoverflow.com/questions/27708326/laravel-homestead-the-host-path-of-shared-folder- missing-error-on-windows-7) – flayn 2015-03-03 14:30:14
不是真的重複。我看到了答案,那裏的文件夾聲明確實是錯誤的。我的聲明是不同的。更重要的是,我在舊版Homestead中使用它,它工作... – titzu 2015-03-03 14:48:23