问题一:描述
- 在执行
npm i
命令时,报错:git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git
解决方案文章来源地址https://www.toymoban.com/news/detail-713219.html文章来源:https://www.toymoban.com/news/detail-713219.html
- 执行:
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
到了这里,关于已解决:git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!