Installing Openstack errors

前端 未结 7 1887
一个人的身影
一个人的身影 2021-02-06 01:18

I have no experience in openstack and would appreciate anyone who can help and guide me with this issue. I\'m installing openstack in virtual environment (Ubuntu 12.04) and this

7条回答
  •  盖世英雄少女心
    2021-02-06 01:32

    Sometimes git:// urls won't work. In such scenario you can use https instead of git. use the following command:

    git config --global url."https://".insteadOf git://
    

提交回复
热议问题