>백엔드 개발 >PHP 튜토리얼 >작곡가에서 전역적으로 lavarel을 설치할 때 발생하는 문제

작곡가에서 전역적으로 lavarel을 설치할 때 발생하는 문제

不言
不言원래의
2018-05-16 15:33:305050검색

시스템은 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] [--] []...

심포니/프로세스 다운로드 실패 프로세스는 항상 있는데 원인을 전혀 찾을 수 없어서 울고 울고...

답글 내용:

시스템은 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] [--] []...

심포니/프로세스 다운로드 실패 과정은 항상 있는데 원인을 전혀 찾을 수 없어서 울컥합니다. 울고...

작곡가의 전역 구성을 수정하는 것을 잊었습니다.
composer config -g repo.packagist 작곡가 https:/ /packagist.phpcomposer...
정말 멍청해요!

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.