>백엔드 개발 >PHP 튜토리얼 >laravel - phpdocumentor/reflection-docblock 다운로드 실패

laravel - phpdocumentor/reflection-docblock 다운로드 실패

WBOY
WBOY원래의
2016-09-15 11:30:561585검색

항상 같은 오류가 발생하는데 해결방법 좀 알려주세요

<code>rd@rd-G31M-ES2C:~/www/laravel-dev$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
  - Installing phpdocumentor/reflection-docblock (2.0.4)
    Downloading: Failed       
    Downloading: Failed       
    Downloading: Failed       
    Failed to download phpdocumentor/reflection-docblock from dist: The "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8" file could not be downloaded: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
    Now trying to download from source
  - Installing phpdocumentor/reflection-docblock (2.0.4)
    Cloning d68dbdc53dc358a816f00b300704702b2eaff7b8

                                                                                                                         
  [RuntimeException]                                                                                                     
  Failed to clone https://github.com/phpDocumentor/ReflectionDocBlock.git via https, ssh protocols, aborting.            
  - https://github.com/phpDocumentor/ReflectionDocBlock.git                                                              
    Cloning into '/home/rd/www/laravel-dev/vendor/phpdocumentor/reflection-docblock'...                                  
    fatal: unable to access 'https://github.com/phpDocumentor/ReflectionDocBlock.git/': Could not resolve host: github.  
  com                                                                                                                    
  - git@github.com:phpDocumentor/ReflectionDocBlock.git                                                                  
    Cloning into '/home/rd/www/laravel-dev/vendor/phpdocumentor/reflection-docblock'...                                  
    ssh: Could not resolve hostname github.com: Temporary failure in name resolution                                     
    fatal: Could not read from remote repository.                                                                        
                                                                                                                         
    Please make sure you have the correct access rights                                                                  
    and the repository exists. 
</code>
<code>The "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8" file could not be downloaded: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
</code>

이 패키지를 내 브라우저에서 직접 다운로드할 수 있지만 작곡가는 왜 다운로드할 수 없는지 모르겠습니다

답글 내용:

항상 같은 오류가 발생하는데 해결방법 좀 알려주세요

<code>rd@rd-G31M-ES2C:~/www/laravel-dev$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
  - Installing phpdocumentor/reflection-docblock (2.0.4)
    Downloading: Failed       
    Downloading: Failed       
    Downloading: Failed       
    Failed to download phpdocumentor/reflection-docblock from dist: The "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8" file could not be downloaded: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
    Now trying to download from source
  - Installing phpdocumentor/reflection-docblock (2.0.4)
    Cloning d68dbdc53dc358a816f00b300704702b2eaff7b8

                                                                                                                         
  [RuntimeException]                                                                                                     
  Failed to clone https://github.com/phpDocumentor/ReflectionDocBlock.git via https, ssh protocols, aborting.            
  - https://github.com/phpDocumentor/ReflectionDocBlock.git                                                              
    Cloning into '/home/rd/www/laravel-dev/vendor/phpdocumentor/reflection-docblock'...                                  
    fatal: unable to access 'https://github.com/phpDocumentor/ReflectionDocBlock.git/': Could not resolve host: github.  
  com                                                                                                                    
  - git@github.com:phpDocumentor/ReflectionDocBlock.git                                                                  
    Cloning into '/home/rd/www/laravel-dev/vendor/phpdocumentor/reflection-docblock'...                                  
    ssh: Could not resolve hostname github.com: Temporary failure in name resolution                                     
    fatal: Could not read from remote repository.                                                                        
                                                                                                                         
    Please make sure you have the correct access rights                                                                  
    and the repository exists. 
</code>
<code>The "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8" file could not be downloaded: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
</code>

이 패키지를 내 브라우저에서 직접 다운로드할 수 있지만 작곡가는 왜 다운로드할 수 없는지 모르겠습니다

오류 메시지에는 도메인 이름 확인 오류라고 나와 있습니다.
DNS가 구성되었나요?

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