【发布时间】:2013-11-17 08:00:36
【问题描述】:
我正在尝试在 Windows 上使用 this 指南在 openshift 上设置 plone。在openshift quickstart guide 之后,我有 git 和 rhc。但是,当我在 plone 指南中到达 git pull -s recursive -X theirs upstream master 时,我收到一个权限被拒绝错误:
The authenticity of host 'github.com (192.30.252.130)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.252.130' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我不确定我在这里做错了什么,但我确实在rhc setup 期间添加了 ssh 密钥。有什么建议吗?
【问题讨论】: