这里是普通文章模块栏目内容页
解决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

可能的原因:

1、密钥问题,重新制成公钥和私钥,安装了TortoiseGit,可以使用PuTTYgen,记得把新的秘钥添加到git服务器的ssh公钥上。windows上本地密钥存储位置C:\Users\(本地用户名)\.ssh;gitee上公钥,“设置”  >  “安全设置”  >  “ssh公钥”。

2、目录权限问题,没有授予对应的读写权限,chmod

3、仓库没有初始化,对仓库进行初始化,git init

栏目索引
相关内容