R
R
Ruslan Tyulyukin2016-09-23 13:47:47
PHP
Ruslan Tyulyukin, 2016-09-23 13:47:47

Why doesn't CURL want to load Composer?

There was a problem installing composer-a, does not want to be installed. Installed all dependencies. I tried to put it globally in the project, but it turns out such a problem.

[email protected]:~$ curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
All settings correct for using Composer
[email protected]:~$ sudo curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
All settings correct for using Composer
[email protected]:~$

The download itself does not occur, but only All settings correct for using Composer and that's it. Doesn't give any errors.
Ubuntu 14.04
is on a virtual machine.
I increased the RAM a little, since before that there was an error "Segmentation error (memory dumped)"
Where to dig, who will tell you?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
romy4, 2016-09-23
@romy4

What do you want to see? Look at the -s flag

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question