I get the following from
ssh -T git@bitbucket.org:
authenticated via ssh key.
You can use git to connect to Bitbucket. Shell access is disabled
I can pull, I can clone but i can't push:
sudo git push -u origin master
git@bitbucket.org: Permission denied (publickey).
fatal: No se pudo leer del repositorio remoto.
Por favor asegúrese que tiene los permisos de acceso correctos
y que el repositorio existe.
If you added the key to your account, you would need to check the "User and group access" under you repo/project settings.
If you added the key under access keys, it will be read-only by definition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try running: git remote -v
And make sure the push url is the same as the fetch url.
Another option might be that your public key / account has read only access.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.