Bitbucket password usage for Git ending March 1 2022 [SOLVED]

How to manage the Authentication? Use SSH KEY: https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/ And if you have a repository that was managed with password, change the URL https://support.atlassian.com/bitbucket-cloud/docs/change-the-remote-url-to-your-repository/ Update the URL for Git repositories From a terminal, navigate to the repository. $ cd ~/<path_to_repo> Run git remote -v to see the current remote URL.$ git remote …