Skip to content

Instantly share code, notes, and snippets.

@freeman42x
Created August 20, 2019 22:25
Show Gist options
  • Save freeman42x/ee34b1c496125c8e5c2c5c6eb186c6bb to your computer and use it in GitHub Desktop.
Save freeman42x/ee34b1c496125c8e5c2c5c6eb186c6bb to your computer and use it in GitHub Desktop.
gitlab - Permission denied (publickey).
git.exe clone --progress --recursive -v "https://github.com/razvan-panda/snowdrift.git" "D:\Forks\snowdrift"
Cloning into 'D:\Forks\snowdrift'...
POST git-upload-pack (875 bytes)
remote: Enumerating objects: 38, done.
remote: Counting objects: 100% (38/38), done.
remote: Compressing objects: 100% (26/26), done.
remote: Total 23306 (delta 19), reused 24 (delta 10), pack-reused 23268
Receiving objects: 100% (23306/23306), 22.51 MiB | 1.72 MiB/s, done.
Resolving deltas: 100% (16495/16495), done.
Submodule 'publications' (git@gitlab.com:snowdrift/publications.git) registered for path 'publications'
Cloning into 'D:/Forks/snowdrift/publications'...
Warning: Permanently added 'gitlab.com,35.231.145.151' (ECDSA) 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.
fatal: clone of 'git@gitlab.com:snowdrift/publications.git' into submodule path 'D:/Forks/snowdrift/publications' failed
Failed to clone 'publications'. Retry scheduled
Cloning into 'D:/Forks/snowdrift/publications'...
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@gitlab.com:snowdrift/publications.git' into submodule path 'D:/Forks/snowdrift/publications' failed
Failed to clone 'publications' a second time, aborting
git did not exit cleanly (exit code 1) (23016 ms @ 2019-08-20 23:23:39)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment