$ 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