报错信息如下

......
27013 silly saveTree   `-- ssf@0.10.3
27013 silly saveTree     `-- frac@1.1.2
27014 verbose stack Error: exited with error code: 128
27014 verbose stack     at ChildProcess.<anonymous> (C:\Users\Admin\AppData\Roaming\nvm\v14.18.2\node_modules\npm\node_modules\pacote\lib\util\finished.js:12:19)
27014 verbose stack     at ChildProcess.emit (events.js:400:28)
27014 verbose stack     at maybeClose (internal/child_process.js:1058:16)
27014 verbose stack     at Socket.<anonymous> (internal/child_process.js:443:11)
27014 verbose stack     at Socket.emit (events.js:400:28)
27014 verbose stack     at Pipe.<anonymous> (net.js:686:12)
27015 verbose cwd E:\project\hs-mall\code\client\chuangyue-admin
27016 verbose Windows_NT 10.0.19043
27017 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
27018 verbose node v14.18.2
27019 verbose npm  v6.14.15
27020 error Error while executing:
27020 error C:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git
27020 error
27020 error fatal: unable to connect to github.com:
27020 error github.com[0: 20.205.243.166]: errno=Unknown error
27020 error
27020 error
27020 error exited with error code: 128
27021 verbose exit [ 1, true ]

解决方案

git config --global url."https://".insteadOf git:// 

然后重新npm install,问题解决。

npm install 报错 C:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform解决相关推荐

  1. npm install报错C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire

    vue-element-admin安装时npm install报错 npm ERR! Error while executing: npm ERR! C:\Program Files\Git\cmd\ ...

  2. npm install 报错:xx/git.EXE ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire.git

    npm install 报错:xx/git.EXE ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire.git 网上的教程是这样: git c ...

  3. npm install 报错:found XXX vulnerabilities (XXX low, X moderate),run `npm audit fix` to fix them, or `

    文章目录 npm install 报错:found XXX vulnerabilities (XXX low, X moderate),run `npm audit fix` to fix them, ...

  4. npm install 报错:ERR! code EINTEGRITY 解决方案

    npm install 报错:ERR! code EINTEGRITY 解决方案 参考文章: (1)npm install 报错:ERR! code EINTEGRITY 解决方案 (2)https: ...

  5. npm install 报错: WARN checkPermissions Missing write access to 解决方案

    npm install 报错: WARN checkPermissions Missing write access to 解决方案 参考文章: (1)npm install 报错: WARN che ...

  6. npm install 报错 npm WARN tar ENOENT: no such file or directory, open... 解决方式

    报错信息 npm install 报错 npm WARN tar ENOENT: no such file or directory, open- 解决方式 使用cnpm install

  7. npm install报错 npm ERR,code ERESOLVE npm ERR,ERESOLVE unable to resolve dependency tree

    文章目录 前言 问题分析 解决方法 转载于 前言 在下载npm时报错npm ERR! code ERESOLVE npm ERR! ERESOLEVE unable to resolve depend ...

  8. npm install 报错(npm ERR! errno -4048,Error: EPERM: operation not permitted,)解决方法

    npm install 报错(npm ERR! errno -4048,Error: EPERM: operation not permitted,)解决方法 参考文章: (1)npm install ...

  9. npm install报错的一天

    发现项目找不到axios,然后运行: npm i axios -S npm install 报错 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! ...

最新文章

  1. opencv 九点标定_精度与HALCON结果仅差(±0.2mm)
  2. 调用GOOGLE语音
  3. IM设计思考:XMPP多用户文本聊天协议(MUC:Multi User Chat)
  4. linux 调用默认程序打开文件,Excel VBA如何使用默认应用程序打开文件
  5. 帧同步和状态同步(二)案例分析
  6. 实体链指比赛方案分享
  7. span的取值与赋值(原生js与jquery) - 对比篇
  8. XDeepFM高阶特征交互,特征交互:一种极深因子分解机模型
  9. ES6 class关键字 ~ 非常详细
  10. found.000是什么,能删除吗
  11. oppok3如何刷机_oppok3怎么刷机
  12. MapBox定位与离线地图下载Android
  13. python双色球代码_python实现双色球随机选号
  14. 80x86段寻址的原因
  15. 【网页截图亲测可用】Linux + python3 + selenium + chrome + chrome-driver 服务器端网页截图
  16. 什么是OLAP?主流八大开源OLAP技术架构对比
  17. scratch教程——弹球游戏
  18. 【ES6】Promise
  19. 机器学习——朴素贝叶斯分类
  20. 最大信息系数MIC的python代码

热门文章

  1. 安卓手机备忘录怎么添加录音
  2. r语言boxcox异方差_如何检测异方差并纠正它?
  3. lpk提权-----dll注入
  4. 笔记本外接显示器闪烁问题
  5. 文件服务器迁移多种方案
  6. ansible使用之——网络设备自动巡检
  7. emacs 基本配置
  8. 开源程序LAN_share 单例模式巧用
  9. 记一次linux挖矿木马的处置
  10. 父子组件的生命周期执行顺序