使用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)

上一篇:画重点,这几道java面试题还不会的赶紧看!


下一篇:一个编程小白的Java战役(2)