【GitHub】そういうことか!

Token authentication requirements for Git operations

昨日、リポジトリを作って

git remote add origin https://github.com/XXX/XXX.git

の段階でなんかエラーが出てる?

で、こねくり回して意味がわからなくなったので、今日、再度作り直したのだけど。

そもそもが

そもそもがパスワードが脆弱だったことでまず何もしていただけなかったことがわかったのは、30分くらい苦戦したあと。

パスワード生成で強固にして12桁以上にしてやっと更新してくれた。

めんどくさい。。。

でも、やっぱり駄目。

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.

そう、結局は認証がパスワードだけじゃだめになったってことらしい。

が、今使っているパソコンは2段階認証のメールが来たけど、作業してたパソコンはそんなことなかったんだけど。

サインアウトしなかったからいけなかったのか?

明日・・・やれるか?