我是靠谱客的博主 成就画板,这篇文章主要介绍报错 Please make sure you have the correct access rights and the repository exists (git 添加ssh密钥 )...,现在分享给大家,希望可以做个参考。

1.设置Git的user name和email

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

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

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

3.全选复制里面的内容

4,打开git 设置 粘贴到里面

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

 

转载于:https://www.cnblogs.com/wubaiwan/p/11303434.html

最后

以上就是成就画板最近收集整理的关于报错 Please make sure you have the correct access rights and the repository exists (git 添加ssh密钥 )...的全部内容,更多相关报错内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(40)

评论列表共有 0 条评论

立即
投稿
返回
顶部