I can see my cloud repository as I log on using my Google account, but I cannot push my local changes without a password, and I have forgotten that. To change the password I am asked for my old one... Is there a way out?
Hi Amir,
If this in a terminal/GIT client, we no longer use basic username/password authentication as this has been phased out. You will need to make use of an App Password for communicating to GIT via HTTPS.
git remote set-url origin https://USERNAME:APP_PASSWORD@bitbucket.org/workspaceID/reposlug.git
git clone https://USERNAME:APP_PASSWORD@bitbucket.org/workspaceID/reposlug.git
Please let me know if any issues.
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.