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}