fatal unable to connect to git openstack org git openstack org errno Network is unreachable

0 votes

Hi Guys,

I have no experience in OpenStack. I am trying to install OpenStack on my system. But it is showing me the below error.

git clone git//git.openstack.org/openstack/requirements.git/opt/stack/reqiurements Cloning into '/opt/stack/requirements'... fatal:unable toconnect to git.openstack.org: git.openstack.org: errno=Connection refused git.openstack.org: errno=Network is unreachable
Sep 23, 2020 in OpenStack by akhtar
• 38,230 points
1,339 views

1 answer to this question.

0 votes

Hi@akhtar,

You need to change the GIT_BASE installation path in sourcerc file. So modify the sourcerc file in the devstack installation folder to use https instead of git as shown below.

$ GIT_BASE=${GIT_BASE:-git://git.openstack.org}

In the above line replace git with https.

$ GIT_BASE=${GIT_BASE:-https://git.openstack.org}
answered Sep 23, 2020 by MD
• 95,440 points

Related Questions In OpenStack

0 votes
1 answer

How to execute command inside network namespace in OpenStack?

Hi@akhtar, Let’s assume you want to execute “ifconfig” command ...READ MORE

answered Mar 17, 2020 in OpenStack by MD
• 95,440 points
1,059 views
0 votes
1 answer

How to create a network in OpenStack automatically?

Hi@akhtar, To create the router automatically, provide the ...READ MORE

answered Mar 18, 2020 in OpenStack by MD
• 95,440 points
683 views
0 votes
1 answer

How to create a public network in OpenStack?

Hi@akhtar,  In OpenStack you are the admin of ...READ MORE

answered Mar 18, 2020 in OpenStack by MD
• 95,440 points
3,484 views
0 votes
1 answer

Failed to attach volume, systool is not installed in OpenStack.

Hi@akhtar, This warning and error occurs if you ...READ MORE

answered Mar 24, 2020 in OpenStack by MD
• 95,440 points
478 views
0 votes
1 answer

How to launch one instance in OpenStack from CLI?

Hi@akhtar, You need to login to your OpenStack ...READ MORE

answered Jul 5, 2020 in OpenStack by MD
• 95,440 points
855 views
0 votes
1 answer

What is basic OpenStack Architecture?

Hi@akhtar, Basic Architecture of OpenStack is given below. OpenStack ...READ MORE

answered Mar 16, 2020 in OpenStack by MD
• 95,440 points
1,677 views
0 votes
1 answer

Error: NetworkNotCreated: bridge is required to create a network in OpenStack.

Hi@akhtar, As the above error message says, you should ...READ MORE

answered Mar 24, 2020 in OpenStack by MD
• 95,440 points
524 views
0 votes
1 answer

Which one is better to learn OpenStack or AWS?

Hi@akhtar, It depends on you what you are ...READ MORE

answered Mar 13, 2020 in OpenStack by MD
• 95,440 points
1,010 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP