npm报错:unable to access 'https://github.com/adobe-webplatform/eve.git/': OpenSSL SSL_read: Connection was reset, errno 10054

解决方法:
git config --global url."https://".insteadOf git://
然后再
npm install --registry=https://registry.npm.taobao.org

posted @ 2022-02-21 23:42  寒风中亦温暖  阅读(3781)  评论(0)    收藏  举报