aliyun / openapi-sdk-php

Alibaba Cloud SDK for PHP
https://packagist.org/packages/alibabacloud/sdk
Other
521 stars 109 forks source link

1.8.892 版本Laravel上安装报错 #188

Open aoeng opened 3 years ago

aoeng commented 3 years ago

报错内容:

    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
JacksonTian commented 3 years ago

重试有问题没

aoeng commented 3 years ago

最新版本也一样

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

这样测试试试