ccelio / initramfs_linux_flow

This is a hacky tool for building a BBL+Linux+InitRAMFS image for RISC-V.
Apache License 2.0
10 stars 4 forks source link

git submodule update --init #2

Open owahidcse99 opened 7 years ago

owahidcse99 commented 7 years ago

Hi Chris, It seems the git submodule update is not working due to permission. Could you please check the followings. Thanks, Owahid

owahid@owahid-Satellite-E45W-C:~/linux_flow/initramfs_linux_flow$ git submodule update --init Cloning into 'busybox'... Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:mirror/busybox.git' into submodule path 'busybox' failed

ccelio commented 7 years ago

It's a public repo: https://github.com/mirror/busybox/tree/e73f3c1d3d83699b723251f7e6a981021ce75475

Perhaps you don't have your ssh keys with github set up?