nezticle / RaspberryPi-BuildRoot

The objective of this project is to provide an SDK and root file system for the Raspberry Pi that is lightweight and takes full advantage of the hardware available. The resulting image produced is small distro known as Bsquask (linux). The Bsquask SDK provides a GCC 4.6.3 toolchain for building armv6 binaries with the hardfloat ABI, as well as bootloaders, kernel image, rootfs, and development sysroot for the Raspberry Pi.
http://bsquask.com
GNU General Public License v2.0
228 stars 61 forks source link

I cant git clone. #26

Closed nospamcalfee closed 11 years ago

nospamcalfee commented 11 years ago

Following your directions:

git clone git@github.com:nezticle/RaspberryPi-BuildRoot.git BuildRoot Cloning into 'BuildRoot'... Permission denied (publickey). fatal: The remote end hung up unexpectedly

Any ideas?

thewizster commented 11 years ago

You need to do this first: https://help.github.com/articles/generating-ssh-keys

paul-c commented 11 years ago

For anonymous clones, the instructions are wrong. It should read:

git clone git://github.com/nezticle/RaspberryPi-BuildRoot.git BuildRoot

nezticle commented 11 years ago

@paul-c Thanks for updating the wiki, I updated the README.md file that shows up on the front page as well.