I get the 'too many login attempts error' multiple times a day. I have to reset my password every time for it to work. It really slows my day down having to reset my password 5-10 times a day. Is there a fix for this issue? I see quite a few people have the same problem.
Thanks
Hi Melissa! Can you give us some more information so we can narrow down your issue and help you out?:
Best regards!
Ana
1. Mac
2. Bitbucket Server, yes I have done the connecting of the account many times. Sometimes that's the only way it will work again. Its already connected but I have to enter all my info again and it works sometimes. Other times I have to go reset my password entirely and then it will work.
3. I would say it's somewhat random, whenever I want to push or pull for the first time that day it will give me the error, then I do one of the solutions I mentioned above and it works for a little while, then I started getting the error again after a couple pushes/pulls
4. I do not have the command line set up
Hi:
I have the same problem. I created a bitbucket issues for this problem BBS-77777
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree fetch originremote: Too many invalid password attempts. Log in at https://id.atlassian.com/ to restore access.fatal: unable to access 'https://[my user name]@bitbucket.org/xxx/yyy.git/': The requested URL returned error: 403Completed with errors, see above
After I Log in at https://id.atlassian.com/ this can be read at Sourcetree
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree fetch origin remote: Invalid username or password. If you log in via a third party service you must ensure you have an account password set in your account profile.fatal: Authentication failed for 'https://[my user name]@bitbucket.org/xxx/yyy.git/'
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree pull --no-commit --log origin master From https://bitbucket.org/xxx/yyy.git/branch master -> FETCH_HEADUpdating 6476563..99a666cFast-forwardsrc/main/filters/DEMO_PTS/db.properties | 8 ++++----1 file changed, 4 insertions, 4 deletionsCompleted successfully
Can you please enable debug logging in Sourcetree and send us some logs?
You can enable debug menu from Preference ->Advanced -> Show debug menu.
And from the new Debug menu, turn on Enable Auth logging and set log level to Verbose.
All auth logs will be written to console. Sourcetree specific logs can be found by opening the logs folder (an option on debug menu).
In the meanwhile, please check if this helps
In the repo browser, right click on the repo you have an issue and select convert to ssh and then convert back to https. This sets the right URL format in the remote settings.
Also, please let us know if there is a particular pattern for this issue. May be like happens an hour after setting authentication, two hours after, etc.
Additional question, have you added your bitbucket cloud account in Sourcetree accounts? What authentication type have you used?
Thanks,ManjunathSourcetree Mac Developer
It looks like you're new here. Sign in or register to get started.