Closed migorski closed 5 years ago
You need to clone the repository using HTTPS:
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?
Oh, I forgot about one thing. Perhaps @migorski youre host is not authorised to GitHub at all. Then @pjasiun's correct that HTTP is the only option.
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.