Recientemente cambié mi contraseña y no puedo pagar mi repo Bitbucket en Sourcetree. Sigo recibiendo el siguiente error:
git -c diff.mnemonicprefix=false -c core.quotepath=false -c cnetworkingential.helper=sourcetree fetch origin fatal: remote error: CAPTCHA requinetworking Your Bitbucket account has been locked. To unlock it and log in again you must solve a CAPTCHA. This is typically caused by too many attempts to login with an incorrect password. The account lock prevents your SCM client from accessing Bitbucket and its mirrors until it is solved, even if you enter your password correctly. If you are currently logged in to Bitbucket via a browser you may need to logout and then log back in in order to solve the CAPTCHA.
Repositorio:
https://jhess.com/bitbucket/repo.git
Entré y salí muchas veces, resolví el CAPTCHAS y todavía recibo el mismo error. ¿Debo actualizar algo en el lado de Bitbucket? ¿El lado de Sourcetree? O tal vez una URL?
Gracias
Lo resolví configurando SSH para Git siguiendo estos pasos: https://confluence.atlassian.com/bitbucket/set-up-ssh-for-git-728138079.html
Repositorio:
ssh://git@jhess:repo.git
Anteriormente estaba usando el protocolo HTTPS y estaba causando errores.