HTML
- composer install
- Do not run Composer as root/super user! See https://getcomposer.org/root for details
- Loading composer repositories with package information
- Installing dependencies (including require-dev) from lock file
- Package operations: 32 installs, 0 updates, 0 removals
- - Installing fzaninotto/faker (v1.8.0): Downloading (failed)
- Downloading (failed)
- Downloading (failed)
- Failed, trying the next URL (0: The "https://dl.laravel-china.org/fzaninotto/faker/f72816b43e74063c8b10357394b6bba8cb1c10de.zip" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
- error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
- Failed to enable crypto
- failed to open stream: operation failed)Downloading (5%)^C
- 原因:2019年7月24日,Laravel China宣布2个月后停用Laravel China中国全量镜像,推荐使用阿里云、腾讯、华为laravel镜像。
- 解决方案:
- 阿里云镜像
1. 配置新镜像
首先配置你的新镜像为全局镜像:
Source Code
- $ composer config repo.packagist composer https://mirrors.aliyun.com/composer/
2. 刷新 composer.lock 文件
使用以下命令:
Source Code
- $ composer update nothing
或者:
Source Code
- $ composer update --lock
本文作者为小畅,转载请注明。