记录一次git clone github上的项目,浏览器可以访问,但是git clone失败的处理过程
一,确认是否能ping通
$ ping github.com
Pinging github.com [20.205.243.166] with 32 bytes of data:
Request timed out.
如果不能ping通,先处理ping问题,详见如下链接
二,clone项目(第4步才成功)
1,git clone https://…
$ git clone https://github.com/tom-wong168/knowledge-system.git
Cloning into 'knowledge-system'...
fatal

最低0.47元/天 解锁文章
9131

被折叠的 条评论
为什么被折叠?



