Answers for "[email protected]: Permission denied (publickey)."

3

[email protected]: Permission denied (publickey).

just check your ssh by run

==>>  ssh-agent -l
if this not work to check the list  then use this

cd ~/.ssh
then ls to check all the list of ssh keys
=========

then add ssh key runt this (rsa is the name of the key that is added into your repo)

==>> ssh-add ~/.ssh/id_rsa
Posted by: Guest on April-01-2022

Code answers related to "[email protected]: Permission denied (publickey)."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language