我正在尝试使用终端中的以下命令在我的本地计算机上安装composer(Macbook Pro OSX Yosemite版本10.10.4):
> curl -sS https://getcomposer.org/installer | php
我收到以下输出:
> #!/usr/bin/env php
> All settings correct for using Composer
>Downloading...
>Download failed: file_get_contents(https://getcomposer.org/composer.phar): failed
>to open stream: Operation timed out
>Downloading...
>Download failed: file_get_contents(https://getcomposer.org/composer.phar): failed
>to open stream: Operation timed out
>Downloading...
>Download failed: file_get_contents(https://getcomposer.org/composer.phar): failed
>to open stream: Operation timed out The download failed repeatedly, aborting.
我不明白为什么操作超时。我的联系很好。请帮忙吗?
答案 0 :(得分:0)
我的互联网连接有问题。这就是终端显示操作超时的原因。检查您的互联网设置和代理设置。如果您的互联网连接正常,请转至系统重启并检查您的防火墙。