在连接openstack github存储库时遇到错误?

时间:2016-09-06 04:59:18

标签: linux openstack

是linux和openstack的新手。 我试图在本地Linux环境中安装openstack -Redhat。当我运行以下命令时,我得到了以下错误

 [root@xyz123 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

使用' http尝试上述网址。但同样的错误。 我也通过谷歌搜索下面的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

注意:git已安装.version 1.8

1 个答案:

答案 0 :(得分:0)

使用“https:”或“git:”网址克隆该repo时没有问题。

你的问题可能是: