맥에서 Bitbucket에 push할 때 You are using an account password for Git over HTTPS 메시지 보일 때
Always seenig a mesage 'Using an account password for Git over HTTPS' 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.com I 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를 입력하여 로그인하면 됨.