使用git 上传代码的时候 git pull 可以成功 但是 git push 不能成功的问题

最近新建了一个项目 把代码放到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找不到你的公钥
从而判断你没有权限

你可能感兴趣的:(使用git 上传代码的时候 git pull 可以成功 但是 git push 不能成功的问题)