報錯信息: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.更改數據源?文章來源:http://www.zghlxwxcb.cn/news/detail-579682.html
npm config set registry https://registry.npm.taobao.org文章來源地址http://www.zghlxwxcb.cn/news/detail-579682.html
到了這里,關于npm install報錯fatal: unable to access ‘https://github.com/nhn/raphael.git/‘: OpenSSL SSL_read 10054的文章就介紹完了。如果您還想了解更多內容,請在右上角搜索TOY模板網以前的文章或繼續(xù)瀏覽下面的相關文章,希望大家以后多多支持TOY模板網!