Composer install/update not working(作曲家安装/更新不起作用)
问题描述
我遇到了 Composer 包管理器的问题.系统是 Ubuntu 12.04.我就是不能让它工作.我拉了我的 git 项目并尝试运行composer install",但似乎什么都没有发生.我只是得到一个信息
I have a problem with Composer Package Manager. System is Ubuntu 12.04. I just can't make it work. I pulled my git project and try to run 'composer install', but it seems that nothing actually happens. I just get an information
Installing dependencies (including require-dev)
那么实际上什么都没有发生.这是我使用 -vvv 参数运行此命令的日志:
then nothing actually happens. This is my log from this command run with -vvv parameter:
这里
有谁知道可能出了什么问题?我试图清除缓存,它没有帮助.我确信这个 repo 运行良好,因为我把它拉到我的 Windows 机器上,它下载的一切都很好.作曲家诊断"也返回 OK.感谢您的任何提示.
Does anyone have any idea what can be wrong ? I tried to clear cache, it did not help. I am sure this repo works well as I pulled it to my Windows machine and it downloaded everything just fine. 'composer diagnose' also returned OK. Thanks for any tips.
推荐答案
首先你应该尝试清除作曲家缓存.
In first place You should try clearing composer cache.
rm -rf ~/.composer/cache
但更可能是与可用内存有关的问题.增加 memory_limit 应该会有所帮助.
But more probably it's issue connected with available memory. Increasing memory_limit should help.
这篇关于作曲家安装/更新不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:作曲家安装/更新不起作用


- 带有通配符的 Laravel 验证器 2021-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- PHP Count 布尔数组中真值的数量 2021-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- Laravel 仓库 2022-01-01
- 从 PHP 中的输入表单获取日期 2022-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01