npm i时 command git --no-replace-objects ls-remote ssh://[email protected]/nhn/raphael.git

npm i 的时候报错
npm i时 command git --no-replace-objects ls-remote ssh://git@github.com/nhn/raphael.git_第1张图片
桌面右键打开git bash here
输入ssh -T [email protected]
报错
[email protected]: Permission denied (publickey).
npm i时 command git --no-replace-objects ls-remote ssh://git@github.com/nhn/raphael.git_第2张图片
提示公钥有问题

cd ~/.ssh
ls
查看 .ssh下面有没有
在这里插入图片描述
有的话编辑器打开pub文件复制
github右上角头像->settings->ssh & GPG ->Add sshKeys
第二个大框里输入确认即可

如果.ssh下面没有这俩个文件就需要先生成密钥
ssh-keygen -t rsa -C “自己的git账号”

你可能感兴趣的:(vue,vue,vue.js,javascript)