git push origin master
結果
Logon failed, use ctrl+c to cancel basic credential prompt. Username for 'https://github.com':==== Password for 'https://====@github.com': 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/====/====/'
git push origin masterはリモートリポジトリに
反映させるコマンドのはずです(これが間違ってたら行ってください)
git push origin masterを実行するとパスワードとメールアドレスが求められ
Username for....とユーザー名を求められまたパスワードを求められました
しかし
Password for'https://aaa@github.com':にパスワードを書くことができずenter以外反応しませんでした
パスワードを求めてきてるくせに
パスワード認証のサポートは2021年8月13日に削除されました。となって失敗します
意味が分かりません これはどういう状態ですか?
すでにgithubにアカウントがありログインしています
リモートリポジトリも作ってあります
osはwin10です
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/10/26 00:37