原因

github的验证需要用token了。

解决

在github里面,我们找到settings里的developer settings选项,在选择personal access tokens 点击 Generate new token 新增token。

git 报错:Support for password authentication was removed. Please use a personal access token instead._git

填一下下面的东东就行

git 报错:Support for password authentication was removed. Please use a personal access token instead._github_02

git 报错:Support for password authentication was removed. Please use a personal access token instead._git_03

生成token之后复制到密码处就行

git 报错:Support for password authentication was removed. Please use a personal access token instead._git_04

重复输入账号密码问题

可以通过往 windows 添加普通凭据,密码处填写token即可

git 报错:Support for password authentication was removed. Please use a personal access token instead._github_05