简体   繁体   English

错误$ git pull --rebase权限被拒绝(公钥)。 严重的:无法从远程存储库读取

[英]Error $ git pull --rebase Permission denied (publickey). fatal: Could not read from remote repository

I am getting the following error when trying to pull code from heroku git 尝试从heroku git中提取代码时出现以下错误

$ git pull --rebase
Permission denied (publickey).
fatal: Could not read from remote repository.

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

I checked git status and got this: 我检查了git status并得到了这个:

$ git status
# On branch master
nothing to commit, working directory clean

Any idea what is going on? 知道发生了什么吗? I already cloned the code but I can't pull the latests updates. 我已经克隆了代码,但是无法获取最新更新。 I am set as a collaborator on the app still so not sure why this error. 我仍被设置为应用程序上的协作者,因此不确定为什么会出现此错误。

As the error message suggests, this has nothing to do with your working directory. 如错误消息所示,这与您的工作目录无关。

Either you do not have the rights, you are using a wrong private key, or the public key registered on your behalf is erroneous/outdated. 您没有权利,使用的私钥错误,或者代表您注册的公钥错误/过时。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Git:权限被拒绝(公钥)。 致命:无法从远程存储库读取 - Git: Permission denied (publickey). fatal: Could not read from remote repository GIT 权限被拒绝(公钥) - 致命无法从远程存储库读取 - GIT permission denied (publickey) - Fatal could not read from remote repository Git:权限被拒绝(公钥)致命 - 无法从远程存储库读取。 克隆 Git 存储库时 - Git: Permission denied (publickey) fatal - Could not read from remote repository. while cloning Git repository 无法从github提取更改-权限被拒绝(公钥)。 严重的:无法从远程存储库读取 - can't pull changes from github - Permission denied (publickey). fatal: Could not read from remote repository 权限被拒绝(公钥)。 严重的:无法从远程存储库读取 - Permission denied (publickey). fatal: Could not read from remote repository 权限被拒绝(公钥)。 严重的:无法从远程存储库读取 - Permission denied (publickey). fatal: Could not read from remote repository GitHub:权限被拒绝(公钥)。 致命:无法从远程存储库读取 - GitHub: Permission denied (publickey). fatal: Could not read from remote repository Git 子模块:git@github.com:权限被拒绝(公钥)。 致命:无法从远程存储库中读取 - Git submodule: git@github.com: Permission denied (publickey). fatal: Could not read from remote repository git@gitlab.com:权限被拒绝(公钥)。 致命:无法从远程存储库读取 - git@gitlab.com: Permission denied (publickey). fatal: Could not read from remote repository Git Clone:权限被拒绝(publickey)。 致命:无法从远程存储库读取 - Git Clone : Permission denied (publickey). fatal: Could not read from remote repository
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM