apc-io / apc-firefox-os

Firefox OS on APC
94 stars 28 forks source link

Could not download source from github #37

Closed masap closed 10 years ago

masap commented 10 years ago

I tried to build along with https://github.com/apc-io/apc-firefox-os/blob/master/building-guide.md.

However I got an error after typing this command.

$ git clone git@github.com:apc-io/apc_b2g_b2g.git B2G

Cloning into 'B2G'... Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights

and the repository exists.

After that, I tried this command. It works. $ git clone git://github.com/apc-io/apc_b2g_b2g.git B2G

But this command fails.

$ ./config.sh wmid

Get git@github.com:apc-io/apc_8950_manifests.git Warning: Permanently added the RSA host key for IP address '192.30.252.131' to the list of known hosts. Permission denied (publickey). Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights

and the repository exists.

trungnt commented 10 years ago

Hi @masap, I think the problem is because of lacking ssh key in your GitHub account. Did you setup it yet? If not, please follow the guide here: https://help.github.com/articles/generating-ssh-keys !

masap commented 10 years ago

Thanks ! It works !

trungnt commented 10 years ago

Great! Added a note about this to the building guide :)