2

我正在尝试从 git bash 克隆一个项目,但收到一个错误。以下是我正在运行的命令和 git bash 的响应。请让我知道可能是什么问题。

$ git clone git@path:application_name.git

Cloning into application_name...

Permission denied (publickey).

fatal: The remote end hung up unexpectedly
4

1 回答 1

2

由于您已使用 Github 对其进行了标记,您是否已将 SSH 密钥的公共部分添加到他们的系统中,以便他们知道您是谁,并允许您从该存储库推/拉。

这将帮助您入门:http ://help.github.com/set-up-git-redirect/

于 2011-06-22T07:09:00.793 回答