Last Updated on 2021-09-15 by william
github 公告 2021/8/13起, 強制改用token的方式, 之前使用密碼的方式不能再用
"Beginning August 13, 2021, we will no longer accept account passwords when authenticating Git operations on GitHub.com."
所以要到個人github上, 生成token, 然後當作密碼使用
https://github.com/settings/tokens
- 先產生 token , 將token copy 起來

2. 用戶端輸入帳號,與密碼(此時不要輸入真的密碼, 請輸入token)

[…] 用戶端github commit需要改用token密碼 才可以使用, (或是web […]