Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

bitbucket permission denied (publickey). fatal: could not read from remote repository.

It looks like a permissions issue - not a Windows 7 issue.

Your ssh key is not authorised - Permission denied (publickey).

You need to create a public ssh key and ask the administrator of the Git repository to add the ssh public key

Information on how to do this: Saving ssh key fails
Comment

PREVIOUS NEXT
Code Example
Shell :: cholocatey install 
Shell :: co pilot github 
Shell :: Windows font for linux 
Shell :: pyglet linux 
Shell :: error installed react native using npx react native init 
Shell :: committing on github 
Shell :: unity for ubuntu 20.04 
Shell :: dev/kvm not found 
Shell :: install kubectl on ubuntu 20 
Shell :: create github repository 
Shell :: how to get name of pc bash script 
Shell :: linux unpack gz 
Shell :: how to chnage kubectl to k 
Shell :: Instal helm ubuntu linux 
Shell :: how to have many .com domain names for free github 
Shell :: packet tracer 2.7.1 Full Config BC-2 Router 
Shell :: extraire 1 image toute le 10 secondes 
Shell :: Failed to download pear within preferred state "stable" 
Shell :: multiple multple copies in cmd 
Php :: human readable date laravel 
Php :: laravel back button 
Php :: wp cron disable 
Php :: php disable errors 
Php :: how to get file extension in laravel 
Php :: laravel model tablename 
Php :: php remove dashes from string 
Php :: php cors all 
Php :: whereNull in laravel 
Php :: None of the supported PHP extensions (PgSQL, PDO_PgSQL) are available. 
Php :: php mysql timestamp format 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =