[email protected]: permissão negada (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
Singh99