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、输入用户名密码,按提示重新在网页上重新登录。
后面就不用再输入了。