J'ai accès au repo, je le clone par https, puis je fais mes modifications, je les commite et je crée new_branch
et j'ai essayé de pousser, j'ai eu ça :
git push origin new_branch
remote: Forbidden
fatal: unable to access 'https://username@bitbucket.org/main-account/repo.git/': The requested URL returned error: 403
J'ai déjà configuré ma clé SSH, la configuration globale de git et je me suis déjà connecté.
ssh -T username@bitbucket.org
logged in as username
You can use git or hg to connect to Bitbucket. Shell access is disabled
J'ai également essayé de changer l'url
git remote set-url origin git@bitbucket.org:main-account/repo.git
et lorsque j'appuie sur le bouton, j'obtiens ceci
git push origin new_branch
Forbidden
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
et enfin mon ~/.ssh/config
Host *
UseKeychain yes
Host bitbucket.org
HostName bitbucket.org
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa
Une aide ? Merci d'avance