Installing DevStack, unable to connect to git.openstack.org
Hi, i'm trying to install Devstack using this guide: http://docs.openstack.org/developer/d...
after lunching the ./stack.sh i get this error:
fatal: unable to connect to git.openstack.org:
git.openstack.org[0: 23.253.252.15]: errno=Connection timed out
git.openstack.org[1: 23.253.252.78]: errno=Connection timed out
git.openstack.org[2: 2001:4800:7818:104:be76:4eff:fe04:6c24]: errno=Network is unreachable
git.openstack.org[3: 2001:4800:7818:104:be76:4eff:fe04:7072]: errno=Network is unreachable
+ [[ 128 -ne 124 ]]
+ die 672 'git call failed: [git clone' git://git.openstack.org/openstack/requirements.git '/opt/stack/requirements]'
+ local exitcode=0
+ set +o xtrace
[Call Trace]
./stack.sh:753:install_infra
/home/stack/devstack/lib/infra:33:git_clone
/home/stack/devstack/functions-common:606:git_timed
/home/stack/devstack/functions-common:672:die
[ERROR] /home/stack/devstack/functions-common:672 git call failed: [git clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements]
Error on exit
World dumping... see ./worlddump-2014-12-31-171546.txt for details
df: '/run/user/1000/gvfs': Permission denied
df: '/media/devstack/6870-6430': Permission denied
but when trying to reach "git.openstack.org" using the web browser it works fine. can you please advice?
Thanks in advance, Alon.