bitbucket - Git Clone : Permission denied (publickey). fatal: Could not read from remote repository -


i'm using bitbucket , i'm trying clone repo : sudo git clone git@bitbucket.org:kassak/mbf.git

i error :

permission denied (publickey). fatal: not read remote repository.  please make sure have correct access rights , repository exists. 

i search everywhere solution nothing good.

i folowed instructions https://confluence.atlassian.com/bitbucket/set-up-ssh-for-git-728138079.html (to step), have error.

i tried remove , reinstall git it's same.

any ideas me ? !

for public key authentication system, concern host name, user name, key filename, etc., if run sudo, user name root, different run ssh-keygen create key pair. authentication failed.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -