gitリポジトリからローカルにクローンしたものを編集した後、commitを行った上でリモートにpushすると下記のようなエラーが表示されます
。
git -c color.branch=false -c color.diff=false -c color.status=false -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v origin refs/heads /master:refs/heads/master https://bitbucket.org/XXX/XXX.gitリモートへのプッシュ: ログイン資格情報または方法が正しくないため、ログインに失敗しました。リモート: 使用するログインの詳細またはログイン方法がわからない場合は、リモート: https://support.atlassian.com/bitbucket-cloud/docs/log-into-or-connect-to-bitbucket-cloud/にアクセスしてください。致命的: ' https://bitbucket.org/XXX/XXX.git/ ' の認証に失敗しました。エラーで完了しました。上記を参照してください
SourceTreeの環境設定の中に登録されているアカウントはBitbucketに登録しているアカウントと同じもので、アプリパスワードやSSHも接続済みです。
ミュニティをご利用いただきありがとうございます。
Community の記事 (fatal: Authentication failed for 'https://bitbucket.org/<FOLDER>/<REPO>.git/) により、source tree にバンドルされているgit(embedded git)自身の問題による可能性があります。
embedded git から、system gitへ、変更してから、改善できるか、ご検証ください。
宜しくお願いします。
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.