对于git的提交一直很小心翼翼,感觉一不小心就会踩到莫名的坑。

这不,

某天commit 就遇到了On branch master nothing to commit (working directory clean)

一查意思。你的分支很干净?

干净?excuse me?

然后git push origin master一下,漫长等待了弹出了fail:#¥%@(此处省略,我们看重点)

Please make sure you have the correct access rights and the repository exists.

然后谷歌了一下,原来是ssh key有问题,连接不上服务器~~

然后我开始了死胡同~~

参阅了很多的答案,发现写的都不是很完整,自己东摸索西摸索搞定了,怕忘记,记录一下

1、首先我得重新在git设置一下身份的名字和邮箱(因为当初都忘了设置啥了,因为遇到坑了)进入到需要提交的文件夹底下(因为直接打开git Bash,在没有路径的情况下,根本没!法!改!刚使用git时遇到的坑。。。)

git config --global user.name "yourname"

git config --global user.email“your@email.com"

注:yourname是你要设置的名字,your@email是你要设置的邮箱。

2、删除.ssh文件夹(直接搜索该文件夹)下的known_hosts(手动删除即可,不需要git)

3、git输入命令

$ ssh-keygen -t rsa -C "your@email.com"(请填你设置的邮箱地址)

接着出现:

Generating public/private rsa key pair.

Enter file in which to save the key (/Users/your_user_directory/.ssh/id_rsa):

请直接按下回车

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

将全部的内容复制

4、打开https://github.com/,登陆你的账户,进入设置

进入ssh设置

在key中将刚刚复制的粘贴进去

点击add ssh key,

ok!

5、在git中输入命令:

ssh -T git@github.com

然后会跳出一堆话。。

输入命令:yes

回车

然后就会提示你成功了~~

泪牛满面~~

转载于:https://www.cnblogs.com/crofsun/p/9955162.html

(转)git遇到的问题之“Please make sure you have the correct access rights and the repository exists.”...相关推荐

  1. git遇到的问题之“Please make sure you have the correct access rights and the repository exists.”...

    对于git的提交一直很小心翼翼,感觉一不小心就会踩到莫名的坑. 这不, 某天commit 就遇到了On branch master nothing to commit (working directo ...

  2. git由于网络原因导致 please make sure you have the correct access rights and the repository exists

    之前遇到权限总是去重新生成sshkey,然后重新配置,懵逼的是:用着用着突然就有问题了,然后坐等,等会就好了,有毒啊,我啥都没动 经过一个多月的,实际操作,发现仅仅在公司的网络环境会出现这种情况,在家 ...

  3. git clone 时候出现Please make sure you have the correct access rights and the repository exists.

    输入 git clone 命令时出现Please make sure you have the correct access rights and the repository exists.错误,出 ...

  4. Git clone时出现Please make sure you have the correct access rights and the repository exists.问题已解决。

    Git clone时出现Please make sure you have the correct access rights and the repository exists.问题已解决. 参考文 ...

  5. git问题:Please make sure you have the correct access rights and the repository exists.

    当遇到如标题所示问题,打开终端 MBP:baiyunshen_rn lianyu02$ git pull git@gitlab.intebox.com: Permission denied (publ ...

  6. Git clone时出现Please make sure you have the correct access rights and the repository exists.问题已解决。...

    1   删除.ssh文件夹(直接搜索该文件夹)下的known_hosts(手动删除即可,不需要git) 2   在下载好的Git中的bin目录下打开bash.exe输入命令ssh-keygen -t ...

  7. git 报错:Please make sure you have the correct access rights and the repository exists

    提示:Warning: Permanently added 'gitee.com,120.55.226.24' (ECDSA) to the list of known hosts.是公钥出问题了,要 ...

  8. Git提交时提示“Please make sure you have the correct access rights and the repository exists.”的解决方法

    1.首先打开Git Bash设置名字和邮箱: git config --global user.name "你的名字" git config --global user.email ...

  9. 用Git在阿里云下克隆时出现“Please make sure you have the correct access rights and the repository exists”错误

    一.报错的界面显示 二.可能的问题 1.你的ssh key有问题,需要重新生成配置 2.你没有在阿里云中配置你新生成的秘钥 三.解决方法 1.针对ssh key错误的解决方法 (1)搜索.ssh文件, ...

最新文章

  1. return *this和return this的区别
  2. spring mvc之HandlerMapping
  3. vue自定义指令截取图片中心显示
  4. SAP fiori backend determine cache setting
  5. [单刷 APUE 系列] 第十四章——高级 I/O
  6. 调试实战 —— dll 加载失败之 Debug Release争锋篇
  7. 国科大prml15-基于浅层模型的计算机视觉--以人脸识别为例
  8. python format格式化输出填充符号不起作用_Python格式化输出——format用法示例
  9. 数列分块入门 4(LibreOj-6280)
  10. 调取百度地图接口,实现取自己的实时位置,然后可以在百度地图上添加信息标注...
  11. WIN32 串口发送数据
  12. C#程序读取MAC地址的方法
  13. scala代码示例_Scala注释示例
  14. 如何通过事件可视化分析?
  15. Java中常见的异常有哪些?
  16. 概率图模型之:贝叶斯网络
  17. 如何进行信息化项目需求调研
  18. 2019春c语言程序设计答案,知到C语言程序设计(2019春)答案全套
  19. QNap Container Station 配置docker源 安装docker镜像
  20. Discuz!您当前的访问请求当中含有非法字符,已经被系统拒绝!

热门文章

  1. BZOJ 1937: [Shoi2004]Mst 最小生成树 [二分图最大权匹配]
  2. springMVC 相对于 Structs 的优势
  3. 手机客户端测试考虑的点
  4. Clojure:导入lein项目到IntelliJ IDEA
  5. 常用函数(字符和字符串)
  6. C++之private虚函数
  7. Interactive Reflection Editing (SIGGRAPH ASIA 09)
  8. 关于ICallbackEventHandler的疑问
  9. es6 --- 解构赋值的简洁性
  10. 好程序员HTML5前端教程-css的引入方式和选择器