计算机网络/计算机科学与应用/系统/运维/开发

composer 安装 tp5 报错信息

错误1:

 curl error 60 while downloading https://packagist.laravel-china.org/packages.json: SSL peer certificate or SSH remo
  te key was not OK


可能是镜像问题:

使用中国镜像:https://pkg.xyz/


错误2:

 Could not find package topthink/think with stability stable.


删除之前的镜像:

composer config -g --unset repos.packagist


阿里云:

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

华为云:

composer config -g repo.packagist composer https://repo.huaweicloud.com/repository/php/


好的习惯,排名第一的是:自律;排名第二的是:终身学习;排名第三的是:保持运动。拥有这三种习惯,美好人生垂手可得。

评论

^