【发布时间】:2022-02-14 21:18:49
【问题描述】:
当我尝试克隆我已获得许可的 Rails 应用程序仓库时,我遇到了这个问题。
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
即使通过生成一个添加公钥,我也无法解决这个问题。
虽然我可以使用他的https 方法进行克隆,但是在进行更改后,当我尝试推送代码时出现同样的错误。
请为此提出一个答案。
【问题讨论】:
-
尝试运行
eval $(ssh-agent) -
Agent pid 6108这就是它所提供的
标签: ruby-on-rails git bitbucket