Hey! I am having the same problem when I try to run
$ ssh -T git@bitbucket.org
I receive:
authenticated via ssh key.
You can use git to connect to Bitbucket. Shell access is disabled
The above message actually means that you managed to create an SSH connection using your SSH key from your computer to bitbucket.org so you are in the right direction.
Problems with cloning can vary from wrong urls, missing permissions, misconfiguration of SSH keys on server side and more.
What is the error message that you get when trying to clone?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.