【发布时间】:2014-06-24 10:57:48
【问题描述】:
尝试从 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.
我检查了 git status 并得到了这个:
$ git status
# On branch master
nothing to commit, working directory clean
知道发生了什么吗?我已经克隆了代码,但我无法获取最新的更新。我被设置为应用程序的协作者,但仍然不确定为什么会出现此错误。
【问题讨论】: