错误描述
PS D:\webstorm\vue-element-admin-i18n> npm install --registry=https://registry.npm.taobao.`org```
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/nhn/raphael.git
npm ERR! git@github.com: Permission denied (publickey).
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! A complete log of this run can be found in:
npm ERR! C:\Users\helongjie\AppData\Local\npm-cache\_logs\2022-05-10T00_50_12_034Z-debug-0.log
解决方案

在 cmd 终端中输入: 将 ssh 下载方式改成 https

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

npm install 安装报错 npm ERR git@github.com: Permission denied (publickey)的更多相关文章

  1. 使用Git出现以下错误"Git@github.com: Permission denied (publickey). Could not read from remote repository."解决方案

    转载于:https://blog.csdn.net/dotphoenix/article/details/100130424 git@github.com: Permission denied (pu ...

  2. git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

    当我们拿到一天别人用的电脑,里面是上一位前辈的git ssh key,这时候我们要自己改,改完之后上传代码到远程repository时, 可能会报git@github.com: Permission ...

  3. git@github.com: Permission denied (publickey).////remote: Permission to xxx/test.git denied to xxx.等权限问题

    Error msg git@github.com: Permission denied (publickey) 或者: remote: Permission to xxx/test.git denie ...

  4. github:当你想要使用VSCODE开心提交代码时,出现Git:git@github.com:Permission denied(publickey)解决方案

    当你想要使用VSCODE开心提交代码时,出现Git:git@github.com:Permission denied(publickey)弹框 图片: 原因:电脑公钥(publickey)未添加至gi ...

  5. git实战中遇到git@github.com: Permission denied (publickey).的问题

    一.问题我们在使用git的时候会建立一个私钥和一个公钥来完成彼此的通讯,因此如何使用给一个指令建立一个秘钥至关重要.但是我在实践的过程中出现了git@github.com: Permission de ...

  6. npm install 安装报错:npm ERR! EPERM npm ERR! -4048 npm ERR! Error: EPERM: operation not permitted, unlink 'D:\test\demo\code\materialT\node_modules\.staging'

    更新项目依赖包,删除掉package-lock.json.node_modules,运行npm install,报如上错误信息,查询资料说是没有权限,本人用管理员身份打开powershell,运行np ...

  7. 记录laravelchina中的微信小程序教程的npm install安装报错

    npm安装报错时 npm ERR! code EIOnpm ERR! syscall symlinknpm ERR! path ../@babel/parser/bin/babel-parser.js ...

  8. 新下载了一个框架,然后npm install时候报错npm ERR! Maximum call stack size exceeded

    今天遇到这个npm ERR! Maximum call stack size exceeded报错 解决方案如下: 1.更新npm版本 //查看版本 npm -v //更新 npm install - ...

  9. git@github.com: Permission denied (publickey)

    1.  检查SSH key是否已经存在,如存在走第3步 :      ls ~/.ssh/ 2.  如果第1步中的SSH key不存在,生成一个新的SSH key:      ssh-keygen - ...

  10. $ ssh -T -v git@github.com_在本地用ssh连接github出错_git@github.com: Permission denied (publickey).

    $ ssh -T -v git@github.com报错: debug1: Authentications that can continue: publickey debug1: Next auth ...

随机推荐

  1. SpringBoot的学习

    SpringBoot SpringBoot最核心的东西:自动装配!!! 很重要! 以及他的SpringApplication.run(); 方法 配置用什么写:可以用xml, 和springboot自 ...

  2. Excel双向柱状图的绘制

    Excel双向柱状图在绘制增减比较的时候经常用到,叫法繁多,双向柱状图.上下柱状图.增减柱状图都有. 这里主要介绍一下Excel的基础绘制方法和复杂一点的双向柱状图的绘制 基础双向柱状图的绘制 首先升 ...

  3. 前端开发系列132-进阶篇之脚手架Yue-cli的实现01-commander模块

    这是系列文章`前端脚手架实现`的第一篇,主要讲解脚手架工具中的核心模块命令行参数解析功能的实现,重点讲解 Node 模块 [commander]()的使用. 在前端开发中我们已经接触过各种各样的脚手架 ...

  4. sort 从大到小从小到大

    简介 虽然可以 写一个cmp函数但是太麻烦 正解 sort(v.rbegin(), v.rend()) 从大到小 sort(v.begin(), v.end()) 从小到大

  5. 从IBM ESB升级到RestCloud iPaaS的全面指南

    前言 在当今快速变化的商业环境中,企业对集成解决方案的需求越来越高.传统的企业服务总线(ESB)虽然在过去提供了强大的集成能力,但随着技术的发展和业务需求的变化,越来越多的企业选择迁移到集成平台即服务 ...

  6. Jupyter虚拟环境创建和Deepseek API调用

    目录 创建运行环境 启动jupyter交互环境 调用Deepseek API 总结 "如果改变不了环境,那就改变自己去适应环境!" python的IDE和交互工具有很多,本人开发p ...

  7. SciTech-EECS-Circuits-Power-Switching Power-PFC(Power Factor Correction,功率因数矫正): PFC电路的作用及其原理 + 无桥PFC(四只MOS管取代全桥整流) + 三相Vienna(维也纳)PFC

    SciTech-EECS-Circuits-Power-Switching Power-PFC(Power Factor Correction,功率因数矫正) 1. AC电路基础 与 PF(Power ...

  8. Note -「Variational Auto-Encoder」VAE 学习与 MNIST 实战

    目录 \(1\) 数学基础 \(1.1\) KL 散度 \(1.2\) Evidence Lower BOund (ELBO) \(2\) 模型结构 \(2.1\) 基本假设 \(2.2\) Marg ...

  9. Win10专业版打印机无法打印的问题

    有电脑基地的用户反馈在win10专业版系统下使用电脑打印机遇到了无法打印的问题,这我们该如何解决呢?那么,如果电脑打印机没有故障问题,那么就是电脑设置相关的问题了.接下来,深度技术官网小编就来分享具体 ...

  10. Unity Playable动画系统取代蜘蛛网Animator

    入门视频: https://www.bilibili.com/video/BV1SP4y177YQ <永劫无间>的动作与运动系统 https://www.bilibili.com/vide ...