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

阅读 275

2022-04-13

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)

0 0 举报