Why do I get “unable to connect a socket” when I try to clone via a git URL?

前端 未结 3 1417

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         


        
3条回答
  •  别那么骄傲
    2020-12-16 11:58

    I have the same problem. This is because port 9418 is blocked. If you have directadmin, open port 9418 in csf firewall and restart it.

提交回复
热议问题