반응형
fatal: remote error: CAPTCHA required
- git 패스워드 변경한 뒤 commit, pull, push, fetch와 같은 명령을 수행하는 경우 다음과 같은 오류가 발생합니다.
git error fatal: remote error: CAPTCHA required Your Bitbucket account has been locked. To unlock it and log in again you must solve a CAPTCHA. This is typically caused by too many attempts to login with an incorrect password. The account lock prevents your SCM client from accessing Bitbucket and its mirrors until it is solved, even if you enter your password correctly. If you are currently logged in to Bitbucket via a browser you may need to logout and then log back in in order to solve the CAPTCHA. Visit Bitbucket at https://....com for more details.
- 해당 오류는 OS에서 저장된 keychain을 자동으로 읽어와서 발생하는 문제입니다.
- 문제 해결을 위해서 브라우저에 해당 레파지토리로 접속해 로그아웃 한 후 재 로그인을 진행하면 됩니다.
- 위 오류의 마지막 줄에 표시된 "https://....com"에 접속하면 됩니다.
- 자동 로그인이 되는 경우 모든 브라우저를 종료하고 다시 접속하여 진행합니다.
- 로그인 과정에서 보안 문자를 입력하고, 로그인하시면 이후 해당 오류는 발생하지 않습니다.
반응형
'git' 카테고리의 다른 글
[git] stash를 사용하여 수정 내역 스택에 저장하기 (0) | 2023.11.14 |
---|---|
[git] 명령어 모음(commit, push, pull, fetch 등등) (0) | 2023.11.07 |
[git]error: failed to push some refs to (0) | 2018.01.08 |
[git]Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (0) | 2018.01.03 |