Reputation: 639
Today I was unable to get the last release of FireBreath from the git repository. I am doing the same thing it says in the tutorial, and the result was:
**$ git clone [email protected]:firebreath/FireBreath firebreath
Cloning into firebreath...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly**
I urgently need to get this framework, please help.
Upvotes: 0
Views: 112
Reputation: 73
You may need to verify your ssh key on https://github.com/settings/ssh
Upvotes: 1
Reputation: 14324
Try this:
git clone git://github.com/firebreath/FireBreath firebreath
Upvotes: 0