当前位置:   article > 正文

git clone报错:Please make sure you have the correct access rights and the repository exist_git仓库迁移后出现please make sure you have the correct ac

git仓库迁移后出现please make sure you have the correct access rights and the

原因:git 没有添加ssh密钥

解决方法:

1.输入设置用户名和邮箱的命令:

$ git config --global user.name "fangfang"

$ git config --global user.email "123456789@qq.com"

2.然后系统会自动在.ssh文件夹(一般在c盘)下生成两个文件,id_rsa和id_rsa.pub,用记事本打开id_rsa.pub

3.把里面的内容全选复制,依照图一、图二、图三、图四依次找到new SSH Key按钮,点击按钮,把复制的内容粘贴进去,点击add ssh key即可

图一

图二

 图三

图四

 

5.回到git bash 输入命令ssh -T git@github.com ,运行后在输入yes,回车,就ok了

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/木道寻08/article/detail/963627
推荐阅读
  

闽ICP备14008679号