Cloning into ‘vue-element-admin‘... fatal: unable to access ‘https://github.com/PanJiaChen/vue-eleme

报错问题一:

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 下载成功
Cloning into ‘vue-element-admin‘... fatal: unable to access ‘https://github.com/PanJiaChen/vue-eleme_第1张图片

你可能感兴趣的:(git,javascript)