npm 错误代码 128

问题描述

npm install 下载 vue-element-admin报错如下:

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.

解决方式

  1. 执行命令:
ssh-keygen -t rsa -C "你的邮箱"

输入上述命令后一直按回车,会在 C:\Users\用户名\.ssh 下生成一个id_rsa.pub文件

  1. id_rsa.pub文件内容加入到github网站的SSH keys中
    在这里插入图片描述
  2. 修改git配置
git config --global url."https://".insteadOf git://

然后重新npm install就行

  • 1
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值