sourcetree 不停的讓輸入密碼,報 password 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.
Visit Bitbucket at http://10.112.22.10:7990 for more details.
1、在終端打開你的工程目錄
2、輸入
git config credential.helper store
3、拉取代碼
git pull
4、輸入用戶名密碼,按提示重新在網頁上重新登錄。
后面就不用再輸入了。