I have a Bitbucket user that has read-only access to repos. I have Git configured with my remote origin URL as: https://username@bitbucket.org/workspace/repo.git. Yesterday, I could run git pull on the server and it would ask for the password and once entered complete successfully. Today I am getting:
remote: Invalid credentials
fatal: Authentication failed for https://username@bitbucket.org/workspace/repo.git'
Has something changed overnight? "username" is the User name under Bitbucket profile settings and the password is from App passwords. I tried creating a new App password and had the same result.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.