remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
遇見(jiàn)刪除Github對(duì)密碼身份驗(yàn)證的支持報(bào)錯(cuò)后,解決方案如下
1.前往https://github.com/settings/tokens
2.點(diǎn)擊Generate new token - Generate new token
3.在頁(yè)面中Expiration*選擇No Expiration,其他地方選項(xiàng)按需選擇-點(diǎn)擊Generate token
4.復(fù)制該秘鑰

QQ_1724310188505.png
5.回到終端,繼續(xù)之前造成該報(bào)錯(cuò)的操作,如git clone xxx,會(huì)出現(xiàn)下面內(nèi)容,按注釋填寫(xiě)
//github 用戶(hù)名
Username for 'https://github.com':
//不要輸入github的密碼,而是直接粘貼剛才第4步的秘鑰
Password for 'https://liunianhuaguoyanxi@github.com':