I'm getting the "Operation is forbidden" error when trying to login to Bitbucket from Visual Studio.
I'm using Visual Studio 2017, and the Bitbucket Extension.
I just started using Visual Studio -- I've been using VS Code, bash, and PowerShell until now. I haven't had any problem logging in on the website, pushing/pulling/fetching from the command line, and accessing repos via REST API.
I've tried the following login combinations:
* username / regular password
* email address / regular password
* username / perfectly good app password
* username / new app password
My Atlassian account was created in November or December 2020, so it's ahead of the 15 Sep 2021 deadline, but I tried app passwords anyway, just in case that made a difference.
As a workaround, I have cloned a repo from the command line and opened the solution in Visual Studio. That doesn't fix the login problem, though. Got any ideas?