git cloneができません。
cloneのやり方はMacのターミナルに「git clone https://github.com/・・・」と入力しています。
すると出てくるユーザー名、パスワードには下記を入力しています。
Username for 'https://github.com': 自分のユーザー名
Password for 'https://・・・@github.com': 自分のpersonal access token
パスワードが廃止されてpersonal access tokenが適用されて以降、personal access tokenを設定したにもかかわらず下記のエラーが出てきてしまいます。どうすれば良いのでしょうか?
txt
1remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. 2remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. 3fatal: Authentication failed for 'https://github.com/・・・/'
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/12/02 05:55
2021/12/02 10:51
2022/01/12 07:29