報錯
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
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/298972.html
標籤:其他
