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 :: install openjdk 8 debian 10 
Shell :: git check upstream 
Shell :: check status smb linux 
Shell :: git clone branch 
Shell :: mongodb log directory missing ubuntu 
Shell :: ubuntu keeps freezing 20.04 
Shell :: timezone brasil postgresql 
Shell :: rename branch to main 
Shell :: command to find Server’s Public IP Address using curl 
Shell :: ssh key git 
Shell :: linux full permission to folder 
Shell :: powershell wait 5 seconds 
Shell :: failed to start daemon: pid file found, ensure docker is not running or delete /var/run/docker.pid 
Shell :: how to move master branch to main branch 
Shell :: update git using cmd 
Shell :: port 5000 already in use 
Shell :: kill service by port number on windows 
Shell :: docker daemon is not running 
Shell :: git delete last commit local and remote 
Shell :: du -sh ocult files 
Shell :: linux count number of files in directory and subdirectory 
Shell :: install snapd ubuntu 
Shell :: disable selinux 
Shell :: install sequelize cli 
Shell :: netlify build command 
Shell :: restart bluetooth siustem in ubuntu 
Shell :: database configuration spring boot 
Shell :: update yarn global 
Shell :: composer 2 install in windows 10 
Shell :: kubectl restart deployment 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =