Git 101: [email protected]: Permission denied (publickey) #922
-
I am trying to install from source. When I run the "git clone [email protected]:pglombardo/PasswordPusher.git" command, the download fails with "[email protected]: Permission denied (publickey)" followed by "fatal: Could not read from remote repository". What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @ZuluPilgrim - did you add your SSH key to your Github account? If not, then use HTTP method instead:
Some other general troubleshooting information is here:
Or as a last option, you could download a release zip file (at the bottom of this page): |
Beta Was this translation helpful? Give feedback.
Hi @ZuluPilgrim - did you add your SSH key to your Github account? If not, then use HTTP method instead:
git clone https://github.com/pglombardo/PasswordPusher.git
Some other general troubleshooting information is here:
Or as a last option, you could download a release zip file (at the bottom of this page):
https://github.com/pglombardo/PasswordPusher/releases/tag/v1.26.8