Expand my Community achievements bar.

SOLVED

"git clone" for WKND Project fails with the Permission denied Error.

Avatar

Level 1

Team, 

 

I am going through WKND Tutorial and encountered an issue executing "git clone" 

Command, taken right from Tutorial. Namely:

  $git clone git@github.com:adobe/aem-guides-wknd.git
  Error manifestation is:

  Permission denied (publickey).
  fatal: Could not read from remote repository.

 

So... Did I miss something in the Tutorial? How can I provide access rights to Adobe GIT Repository? Please note also that I do realize that I can probably bypass it by direct download, etc. Still, I'd like to do it "by the book".

 

Any help appreciated.

Environment: Linux Mint 18.2 'Sofia', KDE 64. Java 11.0.8, AEM 6.5, Local instance.

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

you need to add SSH key to your Git account

Please follow these steps (Mac/windows/linux) - check tabs

 

https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/adding-a-new-ssh-key...

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

you need to add SSH key to your Git account

Please follow these steps (Mac/windows/linux) - check tabs

 

https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/adding-a-new-ssh-key...