-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hi,
I am using the latest version of this extension (v5.0.1) with ThingWorx 9.5.0.
I have set up my Bitbucket repository and configured the extension according to the documentation. Initially, I authenticated using my username and password, which allowed me to read remote branches from the Bitbucket repository. However, when I attempted to push some sample files to the main branch, the operation failed.
Later, I discovered that Bitbucket no longer supports username/password authentication for Git operations. To resolve this, I created an App Password and updated my previously configured GitBackupThing to use the App Password instead of the regular password.
Despite this change, I am still encountering the following error in the logs when attempting a push.
To verify whether my App Password works, I tested pushing from my VS Code editor, where I provided the App Password, and it worked successfully.
Could you please clarify the following:
- Is Bitbucket still supported?
- If so, does it support authentication via App Password?
- If yes, how can I resolve this error?
Appreciate your help.
Thanks,
VK