我是靠谱客的博主 成就画板,最近开发中收集的这篇文章主要介绍报错 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密钥 )...的全部内容,希望文章能够帮你解决报错 Please make sure you have the correct access rights and the repository exists (git 添加ssh密钥 )...所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复