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)