If you have an Bitbucket account created by signing up with Google account then you will need to do additional steps in order to integrate it to PyCharm/IntelliJ. This is a common situation for many people. So in order to clone a repository you will need to create new password which should be used for this situation.
This password will help you to get access my repos from git command line by using your Bitbucket name and the newly created password?

How to check your Bitbucket name

Selection_031

How to create new password

If you already know your username then you can create new password by:

Note: You can revoke your password at any time.

About bitbucket passwords:

App passwords allow two-step verification users to access their Bitbucket account through apps such as Sourcetree. We'll generate the app passwords for you, and you won't need to remember them.

Cloning project with PyCharm

In order to clone a project with PyCharm and Bitbucket you can do:

Note: You can do also:

git clone https://[email protected]/my_company/my_project.git