FG
💻 Software

Git permission denied (public key) error

Fresh5 days ago
Mar 15, 202623211 views
Confidence Score0%
0%

Problem

I have connected many times to github and know about generating ssh keys and putting the into github settings. But for some reason with this install I can not get it to connect. I am just trying to clone a private repo to a new server but when I the clone I get : Permission denied (publickey). fata…

Error Output

ssh -T git@github.com

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Git permission denied (public key) error

Low Risk

Have you tried creating a new SSH certificate, i.e. key pair? 1 Generate default key pair: Don't use this if you already have an SSH certificate. 2 Generate additional key pairs: 3 Add non-default keys 4 Set SSH configuration file ( ) so SSH knows w…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment