【问题标题】:Composer ErrorException: touch(): Utime failed: No such file or directoryComposer ErrorException: touch(): Utime failed: No such file or directory
【发布时间】:2014-09-04 16:55:25
【问题描述】:

我正在尝试安装 Mailchimp php api。

按照他们在 github page 上给出的说明,我设法下载并安装了我用来安装 composer 的 cURL。

现在,当我在命令行中运行“php composer.phar install”时,我收到错误消息: [错误异常] touch():Utime failed: No such file or directory

我已正确设置所有路径。

如果有人能告诉我这甚至意味着什么以及如何纠正

【问题讨论】:

    标签: composer-php


    【解决方案1】:

    我最近收到了同样的错误 [touch(): Utime failed: Operation not allowed] 这是由于您使用 composer 的权限不足

    要么运行具有提升权限的作曲家(不理想),要么更可取地确保用户对供应商文件夹具有适当的权限

    【讨论】:

      猜你喜欢
      • 2019-10-25
      • 2021-11-16
      • 2023-04-03
      • 2020-09-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-08-14
      • 2012-05-30
      相关资源
      最近更新 更多