当前位置:   article > 正文

vue-element-admin集成部署-npm install 报错解决方案_vue项目 npm 时报错 please make sure you have the

vue项目 npm 时报错 please make sure you have the

今天在部署基于vue、elementUI的中后台管理前端项目,git克隆,进行项目安装依赖的时候出现了一下错误:

在这里插入图片描述

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\Administrator\AppData\Local\npm-cache\_logs\2021-11-23T09_18_07_476Z-debug.log
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11

``

解决方案:

  1. 桌面右键找到git bash here

  2. 输入命令ssh-keygen -t rsa -C “你的邮箱名称” overwrite
    输入y 输入密码时直接回车重复密码输入还是直接回车
    在这里插入图片描述

  3. github上以前的sshkeys删除

  4. 配置新的sshkey,找到c盘->用户->你的用户名->.ssh->id_rsa.pub里边的字符添加
    github右上角头像->settings->ssh & GPG ->Add sshKeys

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/2023面试高手/article/detail/516307
推荐阅读
相关标签
  

闽ICP备14008679号