Hi,
I have a free account I just opened and try to git clone a repo I created.
I cannot git clone my repository. I know there is a ton of post on the subject I read the documentation as well but I am still stuck so I dare asking here:
When I try to git clone:
sam@sam-dell:~/Documents/tex$ git clone git@bitbucket.org:samsayag/memoire-josiane-sayag.git
Cloning into 'memoire-josiane-sayag'...
repository access denied.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I also checked that this it not an ssh problem:
sam@sam-dell:~/Documents/tex$ ssh -T git@bitbucket.org
logged in as samuelsayag.
You can use git or hg to connect to Bitbucket. Shell access is disabled.
I know it must be a right problem.
Do I have to do something more than registering the key at account level to access all my repositories ?
Many thanks for helping