报错问题一:
git clone https://github.com/PanJiaChen/vue-element-admin.git报错
Cloning into ‘vue-element-admin’… fatal: unable to access
‘https://github.com/PanJiaChen/vue-element-admin.git/’: OpenSSL
SSL_read: Connection was reset, errno 10054
直接吧https换http不行再换git
方法一:git clone http://github.com/PanJiaChen/vue-element-admin.git
方法二:git clone git://github.com/PanJiaChen/vue-element-admin.git
报错问题二:
fatal: unable to access ‘https://github.com/ka…’: Failed to
connect to github.com port 443: Timed out
更换成http下载还报错
fatal: unable to access
‘http://github.com/katoto/vue3-typescipt.git/’: OpenSSL SSL_read:
Connection was reset, errno 10054
在更换成git 下载成功


本文介绍了在使用Git从GitHub克隆项目时遇到的连接超时及连接重置错误,并提供了两种解决方案,一种是将HTTPS协议更改为HTTP协议,另一种是使用Git协议进行克隆。

1630

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



