Android 填坑之路

使用git 上传代码的时候 git pull 可以成功 但是

2018-11-05  本文已影响732人  雪纳瑞的哈士奇

最近新建了一个项目 把代码放到gitee上面去
使用git上传的时候
按照流程创建了文件 修改了配置
git pull 的时候正常
Already up to date
已经是最新的

但是git push的时候
fatal: Could not read from remote repository.

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

原因是因为配置公钥的时候在项目中配置了 但是没有在个人设置里面配置 这就导致了 gitee找不到你的公钥
从而判断你没有权限

上一篇下一篇

猜你喜欢

热点阅读