报错信息:npm ERR! E:\tools\Gitt\Git\cmd\git.EXE ls-remote -h -t https://github.com/nhn/raphael.git
npm ERR!
npm ERR! fatal: unable to access 'https://github.com/nhn/raphael.git/': OpenSSL SSL_read: Connection was reset, errno 10054
npm ERR!
npm ERR! exited with error code: 128
处理方法
1.git config --global url."https://" .insteadOf git://
2.可能是下载内容太大导致问题处理
git config --global https.postBuffer 524288000
3.更改数据源 文章来源:https://www.toymoban.com/news/detail-579682.html
npm config set registry https://registry.npm.taobao.org文章来源地址https://www.toymoban.com/news/detail-579682.html
到了这里,关于npm install报错fatal: unable to access ‘https://github.com/nhn/raphael.git/‘: OpenSSL SSL_read 10054的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!