openapi-sdk-php icon indicating copy to clipboard operation
openapi-sdk-php copied to clipboard

1.8.892 版本Laravel上安装报错

Open aoeng opened this issue 3 years ago • 2 comments

报错内容:

    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

aoeng avatar Mar 04 '21 03:03 aoeng

重试有问题没

JacksonTian avatar Mar 10 '21 04:03 JacksonTian

最新版本也一样

composer create-project --prefer-dist laravel/laravel blog
cd blog
composer require alibabacloud/sdk

这样测试试试

aoeng avatar Mar 11 '21 06:03 aoeng