0
点赞
收藏
分享

微信扫一扫

fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported.

古月无语 2022-04-13 阅读 275
vuevue.js

fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported.

fatal: unable to access 'https://github.com/PanJiaChen/vue-admin-template.git/': OpenSSL SSL_read: Connection was reset, errno 10054

在下载时出现以上报错

将https://换成git或者http试一下

git clone https://github.com/PanJiaChen/vue-admin-template.git

git clone http://github.com/PanJiaChen/vue-admin-template.git
git clone git://github.com/PanJiaChen/vue-admin-template.git
举报

相关推荐

0 条评论