Heim >Backend-Entwicklung >PHP-Tutorial >Probleme bei der globalen Installation von Lavarel im Composer

Probleme bei der globalen Installation von Lavarel im Composer

不言
不言Original
2018-05-16 15:33:305050Durchsuche

Das System ist Centos6.5

[root@memda www]# composer global require "laravel/installer=~1.1"
Changed current directory to /root/.composer
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing symfony/process (v3.1.3)
    Downloading: Failed       
    Downloading: Failed       
    Downloading: Failed       
    Failed to download symfony/process from dist: The "https://api.github.com/repos/symfony/process/zipball/04c2dfaae4ec56a5c677b0c69fac34637d815758" file could not be downloaded: failed to open stream: No route to host
    Now trying to download from source
  - Installing symfony/process (v3.1.3)
    Cloning 04c2dfaae4ec56a5c677b0c69fac34637d815758

Installation failed, deleting ./composer.json.
The disk hosting /root/.composer is full, this may be the cause of the following exception

                                                                                                                                         
  [RuntimeException]                                                                                                                     
  Failed to clone https://github.com/symfony/process.git via https, ssh protocols, aborting.                                             
  - https://github.com/symfony/process.git                                                                                               
    error: Failed connect to github.com:443; Operation now in progress while accessing https://github.com/symfony/process.git/info/refs  
                                                                                                                                         
    fatal: HTTP request failed                                                                                                           
  - git@github.com:symfony/process.git                                                                                                   
    ssh: connect to host github.com port 22: No route to host                                                                            
    fatal: The remote end hung up unexpectedly                                                                                           
                                                                                                                                         

require [--dev] [--prefer-source] [--prefer-dist] [--no-plugins] [--no-progress] [--no-update] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--] []...

Es wird immer einen Symfony-/Prozess-Download-Fehler geben, und der Grund kann überhaupt nicht gefunden werden, weinen, weinen ...

Antwortinhalt:

Das System ist Centos6.5

[root@memda www]# composer global require "laravel/installer=~1.1"
Changed current directory to /root/.composer
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing symfony/process (v3.1.3)
    Downloading: Failed       
    Downloading: Failed       
    Downloading: Failed       
    Failed to download symfony/process from dist: The "https://api.github.com/repos/symfony/process/zipball/04c2dfaae4ec56a5c677b0c69fac34637d815758" file could not be downloaded: failed to open stream: No route to host
    Now trying to download from source
  - Installing symfony/process (v3.1.3)
    Cloning 04c2dfaae4ec56a5c677b0c69fac34637d815758

Installation failed, deleting ./composer.json.
The disk hosting /root/.composer is full, this may be the cause of the following exception

                                                                                                                                         
  [RuntimeException]                                                                                                                     
  Failed to clone https://github.com/symfony/process.git via https, ssh protocols, aborting.                                             
  - https://github.com/symfony/process.git                                                                                               
    error: Failed connect to github.com:443; Operation now in progress while accessing https://github.com/symfony/process.git/info/refs  
                                                                                                                                         
    fatal: HTTP request failed                                                                                                           
  - git@github.com:symfony/process.git                                                                                                   
    ssh: connect to host github.com port 22: No route to host                                                                            
    fatal: The remote end hung up unexpectedly                                                                                           
                                                                                                                                         

require [--dev] [--prefer-source] [--prefer-dist] [--no-plugins] [--no-progress] [--no-update] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--] []...

Es wird immer einen Symfony-/Prozess-Download-Fehler geben, und der Grund kann überhaupt nicht gefunden werden, weinend und weinen... …

Ich habe vergessen, die globale Konfiguration des Composers zu ändern. Der Mirror muss immer noch den inländischen Mirror verwenden. /packagist.phpcomposer...
Wie dumm!

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn