我正在尝试更新项目中的Zend Framework 2库并获得异常:
use@machine:/path/to/project# php composer.phar self-update
[Composer\Downloader\TransportException]
The "https://getcomposer.org/version" file could not be downloaded (HTTP/1.1 502 Bad Gateway)
还尝试了so,但错误仍然存在:
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>
这里有什么问题?
答案 0 :(得分:0)
作曲家服务器当前已关闭
答案 1 :(得分:0)
托管库编写器的其中一个服务器正在尝试为您正在安装的应用程序下载并未提供所需的文件,并且编写器因错误消息而死亡。等待“一点点”再次尝试创建项目命令。