Hello,
Im unable to push any commits to my own bitbucket repository. Unsure why.
I can add remotes, make commits, etc. but not push.
At first I though it was due to something wrong with my account, so I made a completely new one, only to face the same error.
Im unsure what Im doing wrong.
Is it something to do with the fact I use Gitkraken for anything involving Git?
Community moderators have prevented the ability to post new answers.
Hi @Ottokard and welcome to the community!
Adding remotes and making commits are operations performed locally and they do not require authentication, while a push does.
Are you using HTTPS or SSH to push to the repo? Based on the output, it looks like you may be using HTTPS, but please correct me if I am wrong.
A common issue causing this error is that users often use their account's password and we have deprecated the use of account passwords for Git over HTTPS and API:
Your account's password can be used only for logging in to https://bitbucket.org/ from browser. If you want to clone, pull, or push to a repo with HTTPS, you can generate an app password for your account and use that instead of a password (in combination with your Bitbucket username):
Are you able to push this way?
If Git or GitKraken specifically are configured to use a credential manager, you may need to delete any stored credentials for bitbucket.org first.
Kind regards,
Theodora
Hello,I made an app password, and added it to sourcetree.Using sourcetree, I tried pushing to my repo.
It didn't work, it just kept loading forever.Is there some error happening here?
Nevermind, closing and opening sourcetree and waiting 10 minutes before clicking push, it worked now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's good to hear, thank you for the update. Please feel free to reach out if you ever need anything else!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.