想git clone 一下vue-element-admin集成方案下来学习一下,但是在安装依赖npm install这一步总是报错,无法进行下一步,卡了很久:
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.
网上找到很多解决办法,但是试过之后都没用,比如:
git config --global http.sslverify "false"
git config --global url."https://".insteadOf git://
但最后还是这个帖子的大佬的方案最有用!配置github的ssh,
之所以是这样,是因为本地生成的SSH keys添加到github里面,,这个生成的SSH keys 是带有密码的
解决方法 桌面右键,git bash here 输入以下 ssh-keygen -t rsa -C “你的邮箱名称” overwrite
输入y 输入密码的时候直接回车
重复密码输入还是直接回车,然后把github上以前的sshkeys删除,c盘->用户->你的用户名->