Unable to Connect to GitHub.com For Cloning

后端 未结 5 915
甜味超标
甜味超标 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:53

    You can try to clone using the HTTPS protocol. Terminal command:

    git clone https://github.com/RestKit/RestKit.git
    

提交回复
热议问题