composer 安裝提示超時


報錯提示:

[Composer\Downloader\TransportException]
The "https://repo.packagist.org/packages.json" file could not be downloaded: SSL: Handshake timed out
Failed to enable crypto
failed to open stream: operation failed

嘗試更新composer源全局配置

composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/

執行診斷命令,最后還是選擇更新了(總不可能適配composer重新搭環境吧)

$ composer diagnose
Checking platform settings: The Windows OneDrive folder is not supported on PHP versions below 7.2.23 and 7.3.10.
Upgrade your PHP (7.2.1) to use this location with Composer.

更新composer

$ composer self-update
Updating to version 2.1.9 (stable channel).
   Downloading (100%)
Use composer self-update --rollback to return to version 1.10.1


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM