Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when cloning repository #21

Closed
SuicSoft opened this issue Jun 26, 2016 · 3 comments
Closed

Error when cloning repository #21

SuicSoft opened this issue Jun 26, 2016 · 3 comments

Comments

@SuicSoft
Copy link

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' ([email protected]:pelya/android-shmem.git) registered for path 'android-shmem'
Submodule 'fakechroot' ([email protected]:pelya/fakechroot.git) registered for path 'fakechroot'
Submodule 'proot-src' ([email protected]: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 '[email protected]:pelya/android-shmem.git' into submodule path 'android-shmem' failed
@pelya
Copy link
Owner

pelya commented Jun 26, 2016

Replace [email protected]: with https://github.com/ in .gitmodules.
Or set up SSH certificates for Github.
On Jun 26, 2016 4:24 AM, "Suici Doga" [email protected] 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' ([email protected]:pelya/android-shmem.git) registered for path 'android-shmem'
Submodule 'fakechroot' ([email protected]:pelya/fakechroot.git) registered for path 'fakechroot'
Submodule 'proot-src' ([email protected]: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 '[email protected]: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
#21, or mute the thread
https://github.com/notifications/unsubscribe/AAJewCWtNoqbzrTzA5v_72PoXQXULBmpks5qPdTIgaJpZM4I-dty
.

@pelya
Copy link
Owner

pelya commented Jun 26, 2016

https://help.github.com/articles/generating-an-ssh-key/
On Jun 26, 2016 3:22 PM, "Suici Doga" [email protected] 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
#21 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAJewDuhvnb95-EVRiJ_seuXrODXkvkAks5qPm7xgaJpZM4I-dty
.

@SuicSoft
Copy link
Author

@pelya Thanks , worked :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants