githubについて質問です。使用環境はMacBook Pro (OS : Big Sur)です。
こちら(https://www.udemy.com/course/intro_git/learn/lecture/6449718#overview)のUdemyの動画を参考に、githubでintro_gitというリポジトリを作成しました。githubの「…or push an existing repository from the command line」という箇所の指示に従い、Macのターミナル上で以下のコマンドを入力しました。
git remote add origin https://github.com/○○(GitHubのユーザー名)/intro_git.git git branch -M main git push -u origin main
すると、以下のようになりました。
Username for 'https://github.com': ○○(GitHubのユーザー名) Password for 'https://○○(GitHubのユーザー名)@github.com':
Password for 'https://○○(GitHubのユーザー名)@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/○○(GitHubのユーザー名)/intro_git.git/'
何度やり直してもこのエラーになります。解決方法を教えていただきたいです。よろしくお願いいたします。git init、git add 及び git commit は入力済みです。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/11/23 07:49