비트버킷을 만들고 처음 clone 받는데 비밀번호 입력란에 비밀번호를 쳤는데 이런 에러가 났다.
remote: Bitbucket Cloud recently stopped supporting account passwords for Git authentication.
remote: See our community post for more details: https://atlassian.community/t5/x/x/ba-p/1948231
remote: App passwords are recommended for most use cases and can be created in your Personal settings:
remote: https://bitbucket.org/account/settings/app-passwords/
fatal: Authentication failed for 'https://bitbucket.org/mwstory/icms2-server.git
근데 생각을 해보니깐 내가 google 로 연동 로그인을 해서 비밀번호가 설정이 안되있을텐데 뭐지... 하면서 찾던 중
can't log in? 클릭후 google 이메일 치면 google 이메일로 비밀번호 재설정 할 수 있는 url 을 보내준다.
그래서 비밀번호 변경 후 다시 clone을 했는데 똑같은 에러가 난다....
다시 찾아보니
- Bitbucket에서 2022년 3월 1일부터 사용자가 Atlassian 계정 암호를 사용하여 Bitbucket API 또는 Git over HTTPS로 인증할 수 없다고 발표 했습니다.
- 앱 비밀번호를 사용하도록 마이그레이션해야 합니다.
이러하여 APP password 를 만들어 주어야 한다.
비트버킷 로그인 후 프로필모양 사진을 누르면
Personal settings 를 클릭해준다.
그다음 왼쪽 네비게이션 바를 보면
App passwords 가 보일 것이다
이걸 클릭 하여
app password 를 생성 해주면 된다.
원하는 권한에 맞게 설정 후 create 를 누르면 생성된다.