问题一:描述

  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

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。

更多推荐