赞
踩
这个错必须要记录一下了,看了网上很多的解决方法,最后终于找到原因了,
npm ERR! code 128
npm ERR! command failed
npm ERR! command git 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! Please make sure you have the correct access rights
npm ERR! and the repository exists.
之所以是这样,是因为本地生成的SSH keys添加到github里面,,这个生成的SSH keys 是带有密码的
解决方法
桌面右键,git bash here
输入以下
ssh-keygen -t rsa -C “你的邮箱名称”
overwrite 输入y
输入密码的时候直接回车
重复密码输入还是直接回车,然后把github上以前的sshkeys删除,c盘->用户->你的用户名->.ssh->id_rsa.pub里边的字符添加到 github右上角头像->settings->ssh & GPG ->Add sshKeys
第二个大框里输入确认即可
基本上绝大部分同学上边弄完之后就可以了,如果还是不行,有同学推荐了如下的博客,可以去试一下行不行:https://blog.csdn.net/qq_38230265/article/details/79108862?utm_source=app&app_version=4.5.8
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。