Thursday, September 5, 2019

openstack - Unable to install devstack




$ sudo apt-get install git 
[sudo] password for shrihari:
Reading package lists...
Done Building dependency tree
Reading state information...
Done git is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.


Further I am trying to install devstack, but some network error after executing the following:




$ 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 git.openstack.org port 443: Network is unreachable


I also had the same issue, but the following worked for me



git clone https://github.com/openstack-dev/devstack.git



or



git clone git://git.openstack.org/openstack-dev/devstack

No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...