如何解决 Composer 安装 Laravel 时报错 - Content-Length mismatch ?
使用 composer create-project laravel/laravel Laravel --prefer-dist "5.1.*"
安装composer时总是报错,具体内容如下:Content-Length mismatch https://packagist.org could not be fully loaded, package information was loaded from the local cache and may be out of date
这是什么问题呢?
composer clear-cache
@Summer 谢谢已经搞定了,终于可以进行下一步了