Some time ago I was working on a Bitbucket repository using Sublime Merge. After performing a PUSH for the first time I had to enter my password for https://<my_bitbucket_username>@bitbucket.org. But after March 1, 2022 Bitbucket Cloud stopped supporting account passwords for Git authentication. So when I tried to perform a PUSH recently I got the following error message:
fatal: Invalid credentials remote: Bitbucket Cloud recently stopped supporting account passwords for Git authentication. [...] fatal: Authentication failed for 'https://bitbucket.org/<my_bitbucket_username>/<my_repository_name>.git/'
What should I do to regain the ability of performing PUSH operations in Sublime Merge.