タイトルの通り、Sourcetreeからプッシュしたいのですが、下記のようなエラーがでてできません。
git --no-optional-locks -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 --tags --set-upstream origin refs/heads/main:refs/heads/main Pushing to https://github.com/アカウント名/test.git remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: Authentication failed for 'https://github.com/アカウント名/test.git/' Pushing to https://github.com/アカウント名/test.git remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: Authentication failed for 'https://github.com/アカウント名/test.git/' Pushing to https://github.com/アカウント名/test.git remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: Authentication failed for 'https://github.com/アカウント名2/test.git/' Pushing to https://github.com/アカウント名/test.git remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: Authentication failed for 'https://github.com/アカウント名/test.git/' Completed with errors, see above
翻訳すると、「パスワード認証のサポートは2021年8月13日に削除されました。代わりに個人アクセストークンを使用してください。」と出てたので検索していろいろ試しましたが、解決しません。
試したこと↓
・Githubで個人トークンを生成
・Sourcetreeのアカウント設定で認証タイプを「OAuth」から「Basic」に変更し、パスワード欄に生成したトークンを入力(プロトコルはHTTPS)
・キーチェーンアクセスのGit hubの情報を削除
・クローンの再作成
・macの再起動
これらを実行しましたが、何度やっても同じエラーが出ます。
なにか解決方法はないでしょうか。ご教示よろしくお願いいたします。
環境↓
・mac:ver11.6
・Sourcetree:ver4.1.3
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。