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 ::  
Shell :: Windows font for linux 
:: delete all folders except one linux 
Shell :: curl powershell post example 
Shell :: github actions run shell script 
Shell :: unstage particular file git 
Shell :: docker-compose prevent exit 
Shell :: github create directory 
:: bash change and make directory 
Shell :: git cache credentials 
Shell :: install youtube-dl on ubuntu 20.04 
Shell :: command to delete a directory in linux 
:: how to ping and know if the target is alive Kali Linux 
Shell :: Flutter - additional setup for linux 
Shell :: how to sync my directory with my deleted file change 
Shell :: ligne de commande pour installer lex sur linux 
Shell :: https://cloud.google.com/shell/docs/using-web-preview#previewing_the_application 
::  
Php :: print last query laravel 
Php :: install php8.1 
Php :: get url segment in php 
Php :: how to get ip address of client using php 
Php :: php header location 
Php :: php wait 
Php :: wordpress is_archive 
Php :: get_template_directory_uri 
Php :: laravel migration refresh 
Php :: laravel ui auth 
Php :: brew switch php version 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =