Jon*_*ief 6 php laravel composer-php
我在我的系统(debian 9)上设置了 Laravel/Homestead 安装,然后我想创建一个新的 Laravel 项目
composer create-project laravel/laravel test
Run Code Online (Sandbox Code Playgroud)
很长一段时间后,我收到此错误:
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
Run Code Online (Sandbox Code Playgroud)
有没有人知道如何解决这个问题?
我也试过
laravel new test
Run Code Online (Sandbox Code Playgroud)
但我得到了同样的错误。
非常感谢!