Unable to Connect to GitHub.com For Cloning

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

    Open port 9418 on your firewall - it's a custom port that Git uses to communicate on and it's often not open on a corporate or private firewall.

提交回复
热议问题