我无法访问https://getcomposer.org(通过 URL 和 Curl)。当我尝试通过 URL 访问时,页面未加载。当我使用 curl 时,页面显示“连接超时”。
curl: (7) Failed to connect to getcomposer.org port 443: Connection timed out
我需要在我的 Ubuntu 中安装 Composer。
sudo apt-get install composer
这对我来说很好。但当我尝试使用
sudo composer self-update
它会引发一个错误。
[Symfony\Component\Console\Exception\CommandNotFoundException]
Command "self-update" is not defined.
我已经在 Stack Overflow、Ask Ubuntu 和 GitHub 上尝试了不同的解决方案,但对我都不起作用。我没有启用任何防火墙,也没有使用任何代理。OpenSSL 已启用。
答案1
我尝试访问https://getcomposer.org使用 VPN虚拟专用网 并且运行正常。对于某些人来说,getcomposer.org 将无法访问。因为那里的 Lan 可能与多人共享。因此,如果您无法访问 getcomposer.org,请尝试使用任何 VPN。
谢谢。