问题一:描述

  1. 在执行 npm i 命令时,报错:git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git

解决方案

  1. 执行:git config --global url."https://".insteadOf git:/ 命令后,在重新npm i

问题二:描述

  1. 解决问题一后, npm i时,报错 fatal: unable to access 'https://github.com/nhn/raphael.git/': OpenSSL SSL_read: Connection was reset, errno 10054

解决方案

npm cache clean --force
npm install --registry=http://registry.npmmirror.com
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐