太原网站制作_太原网站建设_太原做网站_秘密武器开发者中心
历史搜索

Git Push 报错Support for password authentication was removed on August 13,2021

游客2025-01-28 10:30:01

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
标签:GitHub

本文是由用户"游客"发布,所有内容的版权归原作者所有。没有经过书面许可,任何单位或个人不得以任何形式复制、转载、引用本网站的内容。否则将追究法律责任。

相关专题