2016-09-06 3 views
0

linux 및 openstack에 새로운 기능입니다. 로컬 Linux 환경에서 -Redhat에 openstack을 설치하려고했습니다. 아래 명령을 실행하면 오류가 발생했습니다.openstack github 저장소 연결시 오류가 있습니까?

[[email protected] apps]# git clone https://git.openstack.org/openstack-dev/devstack 

Cloning into 'devstack'.... 
    fatal: unable to access 'https://git.openstack.org. /openstack-dev/devstack': Failed to connect to 2001:4556:5666:334:be7. Network is unreachable 

위의 URL을 'http ....'로 시도했지만 동일한 오류가 발생했습니다. Google 검색을 통해 URL 아래에서 시도해 보았습니다.

git clone git://git.openstack.org/openstack-dev/devstack 
    Unable to connect to git.openstack.org: 
    git.openstack.org[0 : 100.138.234.128] : errNo =No route to host 
    git.openstack.org[1:2001.4334.6667.157.be67]: errNo=Network is unreachable 


git clone https://github.com/openstack-dev/devstack.git 
Unable to access 'https://github.com/openstack-dev/devstack.git/' : SSL received a record that exceeded the maximum permissible length 

참고 : "HTTPS"또는 "자식"URL을 자식은 내가 아니오를 사용하여 REPO 문제의 복제가없는 1.8

+0

은 프록시 문제입니다 .. –

답변

0

.version를 설치했습니다.

귀하의 문제는 /되었을 수 있습니다 :

  • OpenStack은의 자식 서버에 일시적인 문제.
  • clone을 실행하려는 시스템의 네트워킹 문제.
  • 조직의 방화벽으로 액세스가 차단 될 수 있습니다. 이 같은
  • 뭔가 : https://en.wikipedia.org/wiki/Censorship_of_GitHub
+0

"네트워크에 연결할 수" "아니 경로가 호스트하는 방법"을 참조하십시오. 일단 내가 git 설정을 유지하면 - global http.proxy myproxyurl.it가 해결되었다. –