一、报错的界面显示

二、可能的问题

1、你的ssh key有问题,需要重新生成配置

2、你没有在阿里云中配置你新生成的秘钥

三、解决方法

1、针对ssh key错误的解决方法

(1)搜索.ssh文件,删除该文件下的known_hosts文件

(2)运行Git Bash,输入命令ssh-keygen -t rsa -C "username",username换成你自己的用户名,然后一路回车

(3)在.ssh文件夹里找到 id_rsa.pub文件,用记事本打开,全部复制,然后登录 https://github.com/,找到settings,配置

SSH keys    

(3) 将复制的id_rsa.pub文件里的内容黏贴在key里面,点击Add SSH key

(4)打开Git Bash,输入命令ssh -T git@github.com

出现Hi XXXX You've successfully authenticated, but GitHub does not provide shell access.表示SSH key设置成功可以正常使用了。

2、当你重新生成SSHkey之后,还是无法克隆阿里云中的项目,提示错误

(1)打开项目,点击设置,点击SSH公钥,点击增加SSH密钥

(2)打开id_rsa.pub文件复制里面的所有内容黏贴在公钥里面,点击增加密钥

(3)重新打开gitbash就可克隆阿里云中的项目了

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

  1. 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.问题已解决. 参考文 ...

  2. 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 ...

  3. 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 ...

  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.”...

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

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

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

  7. 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 ...

  8. 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.是公钥出问题了,要 ...

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

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

最新文章

  1. 美国Rutgers大学最新开源:端到端6D物体姿态跟踪,无需标注数据集!
  2. DL之DNN优化技术:利用Dropout(简介、使用、应用)优化方法提高DNN模型的性能
  3. svn的安装和服务器搭建, 汉化以及多项目管理
  4. asp.net core MVC 过滤器之ActionFilter过滤器(二)
  5. Ural 1627 Join(生成树计数)
  6. oracle库锁表处理,oracle 数据库锁表处理 ORA-00031
  7. UI素材干货|听说UI设计师更喜欢Sketch
  8. POJ 3414 Pots(BFS + 打印路径)
  9. 笑哭了!日本网友求助如何卸载360浏览器,过程堪比“ 拆弹 ”.....
  10. Python图像处理之图片文字识别(OCR)
  11. JAVA中数字转大写字母_java实现数字转大写
  12. 5.15 按照排序图标对目标拓展客户数进行排序 [原创Excel教程]
  13. 跟着架构师学习大型网站架构的技术细节:前端架构需要解决的问题
  14. ubuntu 强制退出_强制在Ubuntu中退出无响应的图形应用程序
  15. 软件项目规模评估方法之软件源代码行法
  16. ARM嵌入式体系架构(理论篇)
  17. H5新特性 - 新增标签
  18. linux服务器系统安装
  19. miui 8.5 android,两年前的小米5突遭MIUI9 8.5.3更新!妥妥上安卓8.0
  20. 基于stm32单片机一氧化碳可燃气体检测仿真(源码+仿真+参考论文)

热门文章

  1. python notebook打不开_jupyter notebook打不开怎么办
  2. TVB西游记2观音的眼泪化作金河送唐僧回长安
  3. 证件照换底色·网页图片设计·第一次项目技术总结
  4. HBuilder js,css压缩,增强代码的安全性
  5. 计算机wold标题文字加背景,office word文档添加背景图片以及背景颜色来美化枯燥乏味的文字...
  6. tensor 增加维度_tensor维度变换
  7. js设置浏览器不缓存
  8. Lipschitz函数相关
  9. 自学Java day53 使用jvav实现 字典树 数据结构 从jvav到架构师
  10. C++多线程2——亲和性