问题一:描述
- 在执行
npm i
命令时,报错:git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git
解决方案
- 执行:
git config --global url."https://".insteadOf git:/
命令后,在重新npm i
问题二:描述
- 解决问题一后, 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