willyMon
willyMon

Reputation: 639

Error Getting FireBreath project from Github

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

Answers (2)

Max Amanshauser
Max Amanshauser

Reputation: 73

You may need to verify your ssh key on https://github.com/settings/ssh

Upvotes: 1

taxilian
taxilian

Reputation: 14324

Try this:

git clone git://github.com/firebreath/FireBreath firebreath

Upvotes: 0

Related Questions