【发布时间】:2012-06-25 20:57:52
【问题描述】:
我克隆https://github.com/java093/springside4.git 并在 eclipse 中成功提交本地更改的文件。然后我使用 Team->Push to Upstream 它显示错误: 推送期间发生内部异常:https://github.com/java093/springside4.git: git-receive-pack not allowed
我该如何解决这个问题。在我的另一台电脑上使用相同的 git url(https://github.com/java093/springside4.git) 成功。
- 我的 Eclipse 版本 eclipse-jee-helios-SR2-win32。
- 我已在我的 github 帐户中设置了有关此笔记本的 SSH 密钥。但是我如何检查它是否已成功设置。
- 在哪里可以找到 git-receive-pack not allowed 日志。
【问题讨论】:
-
我发现我的问题应该是“如何恢复我的 SSH 密钥密码?”help.github.com/articles/how-do-i-recover-my-ssh-key-passphrase。为确保一切正常,您现在将通过 SSH 连接到 GitHub。 $ ssh -T git@github.com;
-
您可以审核您的 SSH 密钥 github.com/settings/ssh/audit