#bitbucket

겍코겍코· 2년

iTerm에서 git pull 하는데 계속 \

"Login failed due to incorrect login credentials or method" git pull 명령 시 패스워드도 정확히 입력했는데 계속해서 위와 같이 에러가 났다. ssh key도 다시 설정해보고 git 설정도 reset 했는데도 계속 같은 에러가 났다. 해결 방법은? iTerm 터미널 프로그램이 문제였다. iTerm이 키보드 문자 입력을 어딘가 잘못 받고 있었음. iTerm 프로그램 세션을 종료하고 다시 실행하여 접속한 후 git pull 하니 정상적으로 동작!!😀
759
1
0
닥터핸닥터핸· 3년

맥에서 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를 입력하여 로그인하면 됨.
1.4K
1
0