LoginSignup
5
5

More than 5 years have passed since last update.

composer updateが落ちる(zlib_decode(): data error)

Last updated at Posted at 2017-03-28

composer updateを実行した際に下記のエラーで落ちる場合の対処法

Failed to decode response: zlib_decode(): data error
Retrying with degraded mode, check https://getcomposer.org/doc/articles/troubleshooting.md#degraded-mode for more info

対処法

composer config -g repositories.packagist composer https://packagist.jp

上記のコマンドを実行する。
メモリの上限アップ?をしている気がする。

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5