unable to clone repo to customize build
migorski opened this issue · 3 comments
migorski commented
unable to clone repo
$ git clone git@github.com:ckeditor/ckeditor5-collaboration-samples.git
Cloning into 'ckeditor5-collaboration-samples'...
Warning: Permanently added the RSA host key for IP address 'xxx.xxx.xxx.xxx' to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
pjasiun commented
Reinmar commented
Actually, if you're not logged into GitHub, HTTPs is the only option:
But being logged in, I can still clone some other repos via their git URLs:
p@m /workspace> git clone git@github.com:webpy/webpy.git
Cloning into 'webpy'...
remote: Enumerating objects: 36, done.
remote: Counting objects: 100% (36/36), done.
remote: Compressing objects: 100% (34/34), done.
remote: Total 3918 (delta 15), reused 5 (delta 2), pack-reused 3882
Receiving objects: 100% (3918/3918), 1.15 MiB | 3.24 MiB/s, done.
Resolving deltas: 100% (2511/2511), done.
So, why can't this particular repo be cloned over git?