ソフト開発 / トラブルのメモ

bitbacket fatal: Authentication failed

エラー発生状況

souceTreeよりbitbacketへプッシュしたらエラーが発生した

git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags --set-upstream web develop:develop
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://xxxxx@bitbucket.org/Xxxxx/Xxxxx.git/'




Pushing to https://Xxxxx@bitbucket.org/Xxxxx/Xxxxx.git
エラー終了しました。エラーの内容は上記をご覧ください。

解決方法

httpsからSSLに変更するか、アプリパスワードを使うかの方法がある。

Generateをクリックする

参考

Bitbucketへの登録

https://qiita.com/0084ken/items/e763c85054a5a1e2cc6c

https://engineer-ninaritai.com/bitbucket-ssh/#SSHBitbucket

SSH鍵作成(PuTTY版)

https://ccportal.ims.ac.jp/node/2833

解決案検討

参考

発表:2022年3月1日までのGitoverHTTPSおよびAPIでのBitbucketCloudアカウントのパスワード使用

https://community.atlassian.com/t5/Bitbucket-articles/Announcement-Bitbucket-Cloud-account-password-usage-for-Git-over/ba-p/1948231/page/10

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA


BitbucketにSSLを設定

2022年4月14日