使用composer下载源码出现错误
[Composer\Downloader\TransportException] Content-Length mismatch, received 84697 bytes out of the expected 355473
解决办法:更换源,改到国内来
composer config repo.packagist composer https://packagist.phpcomposer.com
本文共 311 字,大约阅读时间需要 1 分钟。
使用composer下载源码出现错误
[Composer\Downloader\TransportException] Content-Length mismatch, received 84697 bytes out of the expected 355473
解决办法:更换源,改到国内来
composer config repo.packagist composer https://packagist.phpcomposer.com
转载于:https://www.cnblogs.com/wt645631686/p/8308706.html