-
Notifications
You must be signed in to change notification settings - Fork 511
Closed
Labels
Description
- Laravel Version: 10.5.1
- PHP Version: 8.2.4
- Database Driver & Version: mysql 8.0
- OS: Ubuntu 20.04, 22.04
Description:
I installed Laravel with Sail using WSL2 and whenever I tried to install new packages, it gave the following error from ZipDownloader.php:
The archive may contain identical file names with different capitalization (which fails on case insensitive filesys tems): ZipArchive::extractTo(/var/www/html/vendor/composer/e0174f41/symfony-psr-http-message-bridge-a125b93/Argumen tValueResolver/PsrServerRequestResolver.php): Operation failed: Operation not permitted
ZipArchive::extractTo(/var/www/html/vendor/composer/e0174f41/symfony-psr-http-message-bridge-a125b93/ArgumentValueR esolver/PsrServerRequestResolver.php): Operation failed: Operation not permitted
Steps To Reproduce:
- Download Ubuntu (any version, I used 20.04, 22.04) from Microsoft Store.
- Open Ubuntu and start a fresh installation of Laravel Sail.
- Execute up command with: sail up.
- Install specific package like laravel/passport: sail composer require laravel/passport.
- Observe the error as per screenshot.
devloperornot
