我试图在一个项目中更新Zend Framework 2库,并得到一个异常:
use@machine:/path/to/project# php composer.phar self-update
[ComposerDownloaderTransportException]
The "https://getcomposer.org/version" file could not be downloaded (HTTP/1.1 502 Bad Gateway)
也试过了,但错误仍然存在:
use@machine:/path/to/project# curl http://getcomposer.org/installer | php
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 166 100 166 0 0 1490 0 --:--:-- --:--:-- --:--:-- 4611
<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
怎么了?
编曲器服务器当前已关闭
承载库编写器的服务器之一试图为您正在安装的应用程序下载所需的文件,但没有提供所需的文件,并且编写器死于错误消息。等待"一点点",并再次尝试创建项目命令。