git - Clone bitbucket repo to local machine failed -


i'm trying clone repository bitbucket:

git clone git@bitbucket.org:myname/mynamerepo.git 

and getting error:

cloning 'folder_name'... conq: repository access denied. deployment key not associated  requested repository. fatal: not read remote repository.  please make sure have correct access rights , repository exists. 

the problem happened after i've installed new clean mac os on laptop. generated new ssh key , added bitbucket ssh keys still no luck.

help?

maybe this can you. double check key client offering 1 associated account running "ssh -v git@bitbucket.org".


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -