Unable to Connect to GitHub.com For Cloning

后端 未结 5 928
甜味超标
甜味超标 2020-11-28 18:10

I am trying to clone the angular-phonecat git repository, but I am getting the following message when I enter the command in my Git Bash:

$ git clone git://g         


        
5条回答
  •  我在风中等你
    2020-11-28 18:33

    You can make git replace the protocol for you

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

    See more at SO Bower install using only https?

提交回复
热议问题