After every push I see this message in my terminal on Mac: " You are using an account password for Git over HTTPS. Beginning March 1, 2022, users are required to use app passwords remote: for Git over HTTPS. To avoid any disruptions, change the password used in your Git client remote: to an app pass...
community.atlassian.comI have MacOS, I connect to BitBucket over HTTPS. I did not have GCM. This is how I solved the problem:
1. Install GCM:
brew tap microsoft/git
brew install --cask git-credential-manager-core
See details: https://docs.github.com/en/get-started/getting-started-with-git/caching-your-github-credentials-in-git
2. Create BitBucket app password.
See steps: https://bitbucket.org/blog/deprecating-atlassian-account-password-for-bitbucket-api-and-git-activity
3. When I push first time, GCM asked my password. And I did not see the remote message anymore
위 설정 후 git push 하면 Atlassian 로그인 창이 뜸.
이 때 패스워드 부분에 위에서 생성한 App Password를 입력하여 로그인하면 됨.
아직 댓글이 없습니다. 첫번째 댓글 작성자가 되어주세요 :)