pelya / debian-noroot

Debian running on Android, without rooting your phone
https://play.google.com/store/apps/details?id=com.cuntubuntu
388 stars 70 forks source link

Error when cloning repository #21

Closed SuicSoft closed 8 years ago

SuicSoft commented 8 years ago

I tried cloning the repository on my elementary OS laptop and I get this error

suici@HP-Pavilion-g7:/mnt/storage/princ/Documents$ git clone --recursive https://github.com/pelya/debian-noroot.git
Cloning into 'debian-noroot'...
remote: Counting objects: 1878, done.
remote: Total 1878 (delta 0), reused 0 (delta 0), pack-reused 1878
Receiving objects: 100% (1878/1878), 42.45 MiB | 200.00 KiB/s, done.
Resolving deltas: 100% (1004/1004), done.
Checking connectivity... done.
Submodule 'android-shmem' (git@github.com:pelya/android-shmem.git) registered for path 'android-shmem'
Submodule 'fakechroot' (git@github.com:pelya/fakechroot.git) registered for path 'fakechroot'
Submodule 'proot-src' (git@github.com:cedric-vincent/PRoot.git) registered for path 'proot-src'
Cloning into 'android-shmem'...
Warning: Permanently added the RSA host key for IP address '192.30.252.121' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Clone of 'git@github.com:pelya/android-shmem.git' into submodule path 'android-shmem' failed
pelya commented 8 years ago

Replace git@github.com: with https://github.com/ in .gitmodules. Or set up SSH certificates for Github. On Jun 26, 2016 4:24 AM, "Suici Doga" notifications@github.com wrote:

I tried cloning the repository on my elementary OS laptop and I get this error

suici@HP-Pavilion-g7:/mnt/storage/princ/Documents$ git clone --recursive https://github.com/pelya/debian-noroot.git Cloning into 'debian-noroot'... remote: Counting objects: 1878, done. remote: Total 1878 (delta 0), reused 0 (delta 0), pack-reused 1878 Receiving objects: 100% (1878/1878), 42.45 MiB | 200.00 KiB/s, done. Resolving deltas: 100% (1004/1004), done. Checking connectivity... done. Submodule 'android-shmem' (git@github.com:pelya/android-shmem.git) registered for path 'android-shmem' Submodule 'fakechroot' (git@github.com:pelya/fakechroot.git) registered for path 'fakechroot' Submodule 'proot-src' (git@github.com:cedric-vincent/PRoot.git) registered for path 'proot-src' Cloning into 'android-shmem'... Warning: Permanently added the RSA host key for IP address '192.30.252.121' to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. Clone of 'git@github.com:pelya/android-shmem.git' into submodule path 'android-shmem' failed

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pelya/debian-noroot/issues/21, or mute the thread https://github.com/notifications/unsubscribe/AAJewCWtNoqbzrTzA5v_72PoXQXULBmpks5qPdTIgaJpZM4I-dty .

pelya commented 8 years ago

https://help.github.com/articles/generating-an-ssh-key/ On Jun 26, 2016 3:22 PM, "Suici Doga" notifications@github.com wrote:

@pelya https://github.com/pelya How do I setup SSH certificates for GitHub

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pelya/debian-noroot/issues/21#issuecomment-228598730, or mute the thread https://github.com/notifications/unsubscribe/AAJewDuhvnb95-EVRiJ_seuXrODXkvkAks5qPm7xgaJpZM4I-dty .

SuicSoft commented 8 years ago

@pelya Thanks , worked :)