git 中github clone "Permission denied (publickey). fatal: Could not read from remote repository."

更换完电脑以后我想拉取我git上的库,出现报错如下图所示: 设置git用户名/邮箱 git config --global user.name "xxx" git config --global user.email "[email protected]"   生成SSH密钥过程: 1.查看是否已经有了ssh密钥:cd ~/.ssh 如果没有密钥则不会有此文件夹,有则备份删除 2.生存密钥: $
相关文章
相关标签/搜索