vue-element-admin安装时npm install报错

npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire.git
npm ERR!
npm ERR! Host key verification failed.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128

执行

git config --global url."https://".insteadOf git://
npm install#npm install --registry=https://registry.npm.taobao.org

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

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

    报错信息如下 ...... 27013 silly saveTree `-- ssf@0.10.3 27013 silly saveTree `-- frac@1.1.2 27014 verbose ...

  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. 连续按back键盘退出自己的应用,杀掉进程
  2. 大中型网站集群架构企业级高标准全自动实战项目征集
  3. mysql查询时,offset过大影响性能的原因与优化方法
  4. 跨过虚拟化技术浪潮,Veeam快步入局云数据管理
  5. Mycat 不适应场景
  6. 服务器机柜设备信息卡,信息机房标识标准V.doc
  7. 重磅开源:带屏幕LCD脱机下载器离线下载器!
  8. 微软 rms服务器端,RMS 客户端部署说明 - Azure 信息保护 | Microsoft Docs
  9. 使用gcc生成动态库及使用动态库的方法
  10. 拆解大数据总线平台DBus的系统架构
  11. FPGA和USB3.0通信-UVC摄像机
  12. 计算机获得超级管理员,怎么获得Win7超级管理员权限
  13. 【毕业设计】JSP+Java+MySql+微信小程序 基于微信小程序的扫码点餐系统
  14. Spring Boot Actuator 端点启用和暴露
  15. 零基础入门CV之街道字符识别----Task1赛题的理解
  16. FTP服务器异地备份文件,ftp异地备份
  17. Bentley 软件公司 Acceleration Fund 宣布成立 Bentley 下属公司 Virtuosity
  18. 胡适:赠与今年的大学毕业生
  19. P2P流媒体技术方案
  20. 服务器占用内存高,单任务管理器查看每个程序占用都不高

热门文章

  1. ChatGPT: History is temporarily unavailable. We‘re working to restore this feature as soon as possib
  2. 爱奇艺聚合头部综艺阵容《奔跑吧》《中国新歌声》第二季独霸2017暑期档
  3. 分段线性插值法实验报告_数值分析-插值法
  4. Python_线性插值
  5. JavaScript 二维数组转一维数组
  6. 键盘的控制键区,你用过几个键?
  7. java 字符串 压缩_用JAVA实现字符串压缩算法
  8. Python - 0b、0o、0x
  9. 怎么把pdf压缩的小一点 这3种方式都很简单
  10. Python xlrd 读取 Excel 表格基础(一):获取sheet、行、列对象,读取数据类型等