我在系统(debian 9)上设置了Laravel / Homestead安装,然后我想使用
创建一个新的laravel项目。composer create-project laravel/laravel test
一段时间后,我收到此错误:
The process "unzip -qq '/home/vagrant/code/testproject/vendor/doctrine/inflector/9a39005b7c62ae74f7480316c610f0ae' -d '/home/vagrant/code/testproject/vendor/composer/9c606325'" exceeded the timeout of 300 seconds.
The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
Unzip with unzip command failed, falling back to ZipArchive class
有人知道如何解决此问题吗?
我也尝试过
laravel new test
但是我遇到同样的错误。
非常感谢您!