Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git@bitbucket.org: 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
 
PREVIOUS NEXT
Tagged: #Permission #denied
ADD COMMENT
Topic
Name
7+4 =