git clone 失败 ,提示 fatal: unable to access 'https://github.com/xxx.git/': OpenSSL SSL_read: Connection was reset, errno 10054

时间:2021-04-01 10:24:21   收藏:0   阅读:353

怎么解决?

把原来的指令 

$ git clone https://github.com/cen-xi/express.git

改成

$ git clone git://github.com/cen-xi/express.git

就行

技术分享图片

 

原文:https://www.cnblogs.com/c2g5201314/p/14604768.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!