作曲家安装/更新不起作用

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.

这篇关于作曲家安装/更新不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Convert JSON integers and floats to strings(将JSON整数和浮点数转换为字符串)
in php how do I use preg replace to turn a url into a tinyurl(在php中,如何使用preg替换将URL转换为TinyURL)
all day appointment for ics calendar file wont work(ICS日历文件的全天约会不起作用)
trim function is giving unexpected values php(Trim函数提供了意外的值php)
Basic PDO connection to MySQL(到MySQL的基本PDO连接)
PHP number_format returns 1.00(Php number_Format返回1.00)