web関連
【bitbucket】git pullしようとするとパスワード入力を求められた
git pullやgit pushをしようとするとパスワードを2回求められた時の対応方法
ちなみにwindowsでgit bash使っている
git pullしようとしたらパスワードを2回求められた
2回パスワードを求められてわけわからずbitbucketにログインするパスワードを設定したら以下のエラー
fatal: Invalid credentials
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/○○/××.git/'
最初に、bitbucketにログインする画面で、2回目がgit bashでのbitbucketにログインするための画面?だった
解決方法
1.以下にアクセス
https://bitbucket.org/account/settings/
↓
2.「アプリ パスワード」をクリックし「アプリ パスワードの作成」を行う
※ラベルは適当、権限はよくわからなかったから全部チェック
↓
3.「作成」を押すとパスワードが生成されるのでコピー(必ずコピー)
終わり
作成後「取り消し」はできるけど、「変更」はできなさそう
そして、コピーしておいたパスワードを2回目に表示されるパスワード入力欄に入力したら無事git pullができるようになった
原因
Atlassianのコミュニティに書いてあったわ
2022年3月1日以降、ユーザーはBitbucket APIまたはHTTPSでのGitでの認証にAtlassianアカウントのパスワードを使えなくなる
git bashはHTTPSらしい
先週まで問題がなかったんだけど2週遅れか何かかな?