Soucetree(ローカルブランチ)からGithub(リモートブランチ)へ変更内容をプッシュしたいのに、エラーが発生して実行できない
Github上でリポジトリをフォーク>Soucetreeにクローン>テキストファイルをローカルで編集>Finder上でファイルに追加>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/add-myfile:refs/heads/add-myfile Pushing to https://github.com/******/pull-request-practice.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/******/pull-request-practice.git/' Pushing to https://github.com/******/pull-request-practice.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/******/pull-request-practice.git/' Pushing to https://github.com/******/pull-request-practice.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/******/pull-request-practice.git/' Pushing to https://github.com/******/pull-request-practice.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/******/pull-request-practice.git/' Completed with errors, see above
試したこと
・プッシュ先のリポジトリのURLを確認→間違えていないことを確認
補足情報(FW/ツールのバージョンなど)
端末は、mac OSを使っています。
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。