installation error with devstack on ubuntu 14.04.1 git clone error for git://git.openstack.org/openstack/requirements.git [closed]
Hi, I am trying to install devstack on Ubuntu 14.04.1 I followed the steps given at http://devstack.org and got the clone of devstack:
git clone https://github.com/openstack-dev/devstack.git (https://github.com/openstack-dev/devs...)
on execution of ./stack.sh, git clone failed :
git clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements
I have also tried:
git clone https://git.openstack.org/openstack/requirements.git (https://git.openstack.org/openstack/r...) /opt/stack/requirements
error log:
- git_timed clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements
- local count=0
- local timeout=0
- [[ -n 0 ]]
- timeout=0
- timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements Cloning into '/opt/stack/requirements'... fatal: unable to connect to http://git.openstack.org : git.openstack.org[0: 192.237.223.224]: errno=Connection timed out git.openstack.org[1: 2001:4800:7813:516:3bc3:d7f6:ff04:aacb]: errno=Network is unreachable
To avoid ssl errors I did: export GIT_SSL_NO_VERIFY=1