When I try to clone a project from the GitHub, it gives me the following error.
:git clone git://github.com/project.git
github.com[0: 207.97.227.239]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
But if I use the corresponding HTTP URL, it's fine:
:git clone http://github.com/project.git
What should I to do to clone through a git URL?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…