这种情况是你的github上没有权限

解决方案:

在你的电脑上配置ssh

首先使用git初始化你的用户名和邮箱

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

给你的邮箱生成ssh密匙

ssh-keygen -t rsa -C "your@email.com"

最后到ssh目录下面找到id_rsa和id_rsa.pub文件

打开id_rsa.pub文件,把内容复制一下

最后打开你的github选择setting

在选择ssh

new一个ssh

把刚刚复制的内容放进去

在上传就可以了

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

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

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

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

  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. Please make sure you have the correct access rights and the repository exists

    Please make sure you have the correct access rights and the repository exists 重新在git设置一下身份的名字和邮箱 git ...

  6. 解决Please make sure you have the correct access rights and the repository exists 问题

    ** 解决Please make sure you have the correct access rights and the repository exists 问题. (一) 原因如下: 公钥出 ...

  7. github推送Please make sure you have the correct access rights and the repository exists.

    A: github推送和拉取报错: kex_exchange_identification: read: Connection reset by peer fatal: Could not read ...

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

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

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

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

最新文章

  1. boost--文件、目录操作
  2. [OpenStack] OpenStack Essex - Glance 安装部署与命令行详解
  3. Input type=“file“上传文件change事件只触发一次解决方案
  4. CV之YOLOv3:基于Tensorflow框架利用YOLOv3算法对热播新剧《庆余年》实现目标检测
  5. list ilist java_C#中IList与List区别
  6. Simpy学习:基本运行与终止(一)
  7. 从职业方向,谈程序员如何突破成长瓶疾,我们该怎么去学习?
  8. 关于ashx的基本应用
  9. python list中分段_python将list中的元素拼接为一个str
  10. 「支持m1」命令行终端美化模拟器—Hyper for Mac
  11. leetcode之四数相加
  12. 电子初学者需要掌握的几款电子设计软件
  13. 关键帧动画 骨骼动画_动画关键原则
  14. matlab 球坐标绘图,在Matlab中绘制球坐标系
  15. 谁来PK“百度局域网”
  16. 直击美团“远程面试”现场,面试官竟反问:你真懂数据库事务吗?
  17. 欢迎使用Windows安装MySQL(安装版)教程,全网最细
  18. gradle配置全局镜像
  19. sqlserver 查询练习
  20. matlab画出给定点,已知各点之间的距离,怎么用MATLAB画出点

热门文章

  1. 新手如何使用docker搭建web服务环境
  2. 计算机中函数counta是什么意思,excel中counta函数和count函数的区别是什么?
  3. Linux 查看资源占用top参数详解
  4. springboot13 页面国际化(i18n)
  5. php调用rpc,AMFPHP php远程调用(RPC, Remote Procedure Call)工具 快速入门教程_PHP教程
  6. python数字类型floatcomplexint_Python 四种数值类型(int,long,float,complex)区别及转换
  7. 水晶报表中对某一栏位值进行处理_从主流报表工具的报价看报表行业的报价水深-----常用报表工具对比---主流报表价格对比...
  8. 刚学java.一天应该写多少代码_对于刚学编程不久的人,每天码代码是怎么码?...
  9. 交换机千兆和百兆对网速影响_电信宽带升级为200M,为什么网速没有提升多少?...
  10. python中读取文本文件_Python三种读取txt文件方式