Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Cannot access repository

Phil Penny October 17, 2018

I have the following user settings:

Screenshot 2018-10-17 at 13.29.25.png

I have the following branch permissions set up:Screenshot 2018-10-17 at 13.29.10.png

Ryan Grosso should therefore have access to write directly to dev and merge to it via a pull request, and access to merge to master via pull request.

 

However, when attempting to clone via SourceTree, he gets the following error:

screenshot_2018-10-17_at_13.35.42.png

Are there some other settings I may have missed?

1 answer

0 votes
Manju
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 22, 2018

Looks like your SSH configuration on the client isn't setup properly. 

Please check if the ssh-agent has your keys loaded. If not, please add them to the agent. 

Run below commands in terminal to do so,

To check if keys are loaded:

ssh-add -l

To add keys to agent:

ssh-add <path_to_key>

more like,

ssh-add ~/.ssh/id_rsa

Key in the passphrase used while generating the ssh key and you should be good to go.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events