GIT
맥에서 Bitbucket에 push할 때 You are using an account password for Git over HTTPS 메시지 보일 때

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를 입력하여 로그인하면 됨.

댓글 0