My SSH public key is added to my account
My account has access to the repository
When I try to test the connection using "ssh -T hg@bitbucket.org" command it succeeds.
$ ssh -T hg@bitbucket.org
logged in as aquaz_.
You can use git or hg to connect to Bitbucket. Shell access is disabled.
Yet when I try to push, pull, clone or do anything with the repository I get :
remote: Permission denied (publickey).
abort: no suitable response from remote hg!
What am I missing?
Hi Wojtek,
Did you check our documentation on how to Troubleshoot SSH issues ?
The first topic there offer some steps to solve the "no suitable response from remote hg!" issue.
Kind regard
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.