【发布时间】:2020-05-02 14:48:49
【问题描述】:
我正在尝试在本地系统的 laravel 项目中执行 composer update,但发现此错误:
~ compoeser update
Loading composer repositories with package information
Updating dependencies (including require-dev)
[ErrorException]
hash_file(): read of 8192 bytes failed with errno=5 Input/output error
安装 php-intl 扩展后会发生这种情况。
我在我的系统中完全重新安装了 php 及其所有扩展,但问题没有解决。 另外,我重新安装了composer并安装了另一个新的laravel,但都没有解决问题。
操作系统:Ubuntu 18.04.4 LTS 64bit
php:7.4.5
laravel:7.9.2
【问题讨论】:
标签: php linux composer-php errno laravel-7