使用git 中遇到克隆不成功的案例记录

在拉代码时clone失败:

$ git clone https://github.com/GXXXXXX.git

错误信息
Cloning into 'springboot-beginner'...
fatal: unable to access 'https://github.com/GoogTech/springboot-beginner.git/': OpenSSL SSL_read: Connection was reset, errno 10054


解决方法:将命令改为git clone git://github.com/GXXXXXX.git 问题解决。(http 变为git)

posted @ 2021-12-12 19:25  PointerNUll..M  阅读(233)  评论(0)    收藏  举报