当前位置: 代码迷 >> 综合 >> Please make sure you have the correct access rights 解决方法
  详细解决方案

Please make sure you have the correct access rights 解决方法

热度:68   发布时间:2024-02-26 20:47:21.0

大家可以看一下我上一篇文章

本来我都是配好的

mac一关机就需要重新设置 好狗哦

10.1假期关了个机 回来的时候 再拉代码报了这个错

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.

请确保您具有正确的访问权限 并且储存库存在
权限被拒绝(公钥)

下面请看解决办法!

打开终端 输入

cd ~/.ssh

输入你的邮箱

ssh-keygen -t rsa -C 'your@qq.com'

看到这句后 就说明你操作的没错

Generating public/private rsa key pair.

输入用户名密码阶段 可以直接 enter 跳过
在这里插入图片描述
接着输入

 cat ~/.ssh/id_rsa.pub

就出来了 将内容复制到gitlab上设置 ssh密钥的地方

下一步保存 就OK啦!

  相关解决方案