【发布时间】:2017-11-16 17:55:09
【问题描述】:
我最近更改了密码,无法在 Sourcetree 中签出我的 Bitbucket 存储库。我不断收到以下错误:
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree fetch origin
fatal: remote error: CAPTCHA required
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.
存储库:
https://testuser.com/bitbucket/repo.git
我多次登录和退出,解决了验证码,但仍然出现相同的错误。我需要在 Bitbucket 方面更新一些东西吗?源树方面?或者可能是一个 URL?
谢谢
【问题讨论】:
标签: git repository bitbucket atlassian-sourcetree