日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

composer Failed to decode zlib stream

發(fā)布時(shí)間:2025/3/21 编程问答 23 豆豆
生活随笔 收集整理的這篇文章主要介紹了 composer Failed to decode zlib stream 小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

?dockerFile 中安裝composer....

RUN curl -s -f -L -o /tmp/installer.php https://raw.githubusercontent.com/composer/getcomposer.org/da290238de6d63faace0343efbdd5aa9354332c5/web/installer \&& php -r " \\$signature = '669656bab3166a7aff8a7506b8cb2d1c292f042046c5a994c43155c0be6190fa0355160742ab2e1c88d40d5be660b410'; \\$hash = hash('SHA384', file_get_contents('/tmp/installer.php')); \if (!hash_equals(\$signature, \$hash)) { \unlink('/tmp/installer.php'); \echo 'Integrity check failed, installer is either corrupt or worse.' . PHP_EOL; \exit(1); \}" \&& php /tmp/installer.php --no-ansi --install-dir=/usr/bin --filename=composer --version=${COMPOSER_VERSION} \&& composer --ansi --version --no-interaction \&& composer config -g repo.packagist composer https://packagist.phpcomposer.com \&& rm -rf /tmp/* /tmp/.htaccess

執(zhí)行到?

php /tmp/installer.php

報(bào)?"Failed to decode zlib stream"?

?

原因是:網(wǎng)絡(luò)連接的問題 請(qǐng)使用代理~

?

參考:https://github.com/composer/composer/issues/4619

轉(zhuǎn)載于:https://www.cnblogs.com/zjhblogs/p/10631289.html

總結(jié)

以上是生活随笔為你收集整理的composer Failed to decode zlib stream的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。