file_get_contents() - 连接超时

file_get_contents() - 连接超时

我在 vbox 上运行着 Debian。我想通过以下方式安装 Composer:

$ cd /usr/src
$ sudo apt-get install curl php5-cli
$ curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer

http://www.bravo-kernel.com/2014/08/how-to-install-composer-on-debian/

但是当我尝试通过 curl 下载文件时,我得到:

Download failed: file_get_contents(https://getcomposer.org/composer.phar.sig): failed to open stream: Connection timed out

php 运行正常。可能是什么原因造成的?

相关内容