suchen

Heim  >  Fragen und Antworten  >  Hauptteil

php - centos 上安装composer失败

服务器上安装composer总是失败,貌似是验证失败,不知道该怎么解决。我是按照官方文档操作的,过程如下:

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php composer-setup.php

执行到这里之后就不行了,报如下错误

Downloading...
Signature mismatch, could not verify the phar file integrity
Retrying...

过一会之后错误信息变成下面这样

Downloading...
Signature mismatch, could not verify the phar file integrity
Retrying...
The "https://getcomposer.org/download/1.4.1/composer.phar" file could not be downloaded: >failed to open stream: HTTP request failed!
Retrying...
Signature mismatch, could not verify the phar file integrity
The download failed repeatedly, aborting.

然后就停止了。好无奈,试了很多遍都一样。
我直接下载执行文件(composer.phar)倒是可以执行,但是好像就不能全局安装了,所以还是想按照文档上的方式执行成功,不知道我该如何解决!

过去多啦不再A梦过去多啦不再A梦2752 Tage vor1043

Antworte allen(2)Ich werde antworten

  • 天蓬老师

    天蓬老师2017-05-16 13:03:13

    下载composer

    wget https://getcomposer.org/composer.phar

    安装

    cp composer.phar /usr/local/bin/composer
    chmod u+x /usr/local/bin/composer

    测试

    composer --help

    安装的时候用root用户,使用的时候用非root用户

    Antwort
    0
  • phpcn_u1582

    phpcn_u15822017-05-16 13:03:13

    手动安装就行了

    Antwort
    0
  • StornierenAntwort