지식

git fatal: remote error: CAPTCHA required

애앨리 2020. 6. 24. 17:11

git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin
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://bitbucket.pearson.com for more details.

 

git을 사용하다보면 가끔(?) git 계정 변경을 한적이 없는데 위와같은 메세지를 띄우면서

pull // push 가 모두 안될때가 있다. 

 

필자는 the fork라는 프로그램을 사용하는데

https://fork.dev/

 

Fork - a fast and friendly git client for Mac and Windows

Fork - a fast and friendly git client for Mac and Windows

fork.dev

captcha 가 왜?
bitburcket 사이트에서 로그아웃하고 어쩌고 하는데 권한이 없어서 당황.. 


계정 초기화 방법은

윈도우 - 자격증명관리자 에서 git 관련된 계정을 삭제해주면 된다

MAC - 키체인 접근 에서 git 관련된 계정 삭제

맥프로 초기화했더니.. 깃 설치를 안했구나.. 

요즘 너무 카트만 한듯..;