git连接远程仓库报错:remote: Support for password authentication was removed on August 13, 2021.

remote: Support for password authentication was removed on August 13, 2021.

出现这个情况的时候是因为你填写这个的时候填写的不是令牌git连接远程仓库报错:remote: Support for password authentication was removed on August 13, 2021._第1张图片在2021年8月13日的时候git官方更改了对身份的验证所以密码现在不管用了只能用token令牌 令牌怎么创建呢?git连接远程仓库报错:remote: Support for password authentication was removed on August 13, 2021._第2张图片
git连接远程仓库报错:remote: Support for password authentication was removed on August 13, 2021._第3张图片
git连接远程仓库报错:remote: Support for password authentication was removed on August 13, 2021._第4张图片
git连接远程仓库报错:remote: Support for password authentication was removed on August 13, 2021._第5张图片
git连接远程仓库报错:remote: Support for password authentication was removed on August 13, 2021._第6张图片
git连接远程仓库报错:remote: Support for password authentication was removed on August 13, 2021._第7张图片
这个时候你的令牌就创建好了 然后我们复制到刚刚那个提示框里面
git连接远程仓库报错:remote: Support for password authentication was removed on August 13, 2021._第8张图片
git连接远程仓库报错:remote: Support for password authentication was removed on August 13, 2021._第9张图片
这样就连接到了我们的远程仓库啦

你可能感兴趣的:(bug,git,r语言,开发语言)