openapi-sdk-php
openapi-sdk-php copied to clipboard
1.8.892 版本Laravel上安装报错
报错内容:
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
Install of alibabacloud/sdk failed
1/1 [============================] 100%
[RuntimeException]
The archive may contain identical file names with different capitalization (which fails on case insensitive filesystem
s): ZipArchive::extractTo(): File exists
[ErrorException]
ZipArchive::extractTo(): File exists
重试有问题没
最新版本也一样
composer create-project --prefer-dist laravel/laravel blog
cd blog
composer require alibabacloud/sdk
这样测试试试