Error with Cloning Bitbucket Repository.

printCoderEric June 13, 2016

I was trying to clone a Bitbucket Git Repository with the code that the system provides to you if you click clone. I pasted it into a Terminal Window and it said this (the name of the repo is scisols):

Cloning into 'scisols'...

Permission denied (publickey).

fatal: Could not read from remote repository.

 

Please make sure you have the correct access rights

and the repository exists.


Is there a way to fix this?

2 answers

0 votes
Daniel Wester
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 13, 2016
0 votes
jredmond
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 13, 2016

Looks like a problem either with your SSH agent (not running or doesn't know that key) or with your Bitbucket account config (if you don't have that key associated with your account). Which OS, and what do you get for "ssh -T git@bitbucket.org"?

printCoderEric June 13, 2016

I'm using Mac, and I get 

Permission denied (publickey) 

for "ssh -T git@bitbucket.org".

jredmond
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 13, 2016

Definitely check that you've added the key to your Bitbucket account, as Daniel suggested. You should also check "ssh-add -l" and confirm that the agent is running and knows your key.

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events