Git Push 报错Support for password authentication was removed on August 13,2021
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/WindyGao/incubator-doris.git/'
解决办法
github 生成 token:
github->头像->Settings->Developer-settings->Personal access tokens->Generate new token->日期选择最后一个永不过期->Scope 全选->底下选择 Generate token->复制保存 token
配置 token 到个人 repo:
git remote set-url origin https://<your_token>@github.com//.git