0

今天我无法从 git 存储库中获取 FireBreath 的最新版本。我正在做与教程中所说的相同的事情,结果是:

**$ git clone git@github.com:firebreath/FireBreath firebreath
Cloning into firebreath...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly**

我迫切需要这个框架,请帮助。

4

2 回答 2

1

您可能需要在https://github.com/settings/ssh上验证您的 ssh 密钥

于 2012-03-13T06:05:53.040 回答
0

试试这个:

git clone git://github.com/firebreath/FireBreath firebreath
于 2012-03-12T22:35:27.493 回答