Github更换认证方式,github近期调整了认证方式,不再允许第三方工具基于账号密码来访问和管理项目了. 除非使用github DeskTop 自带的客户端. 好坑啊. 我一直再用android studio 自带的提交工具很方便. 现在就得更换了.
使用ssh教程:
第一步:
您可以使用 SSH 连接到 GitHub。
https://docs.github.com/cn/github/authenticating-to-github/connecting-to-github-with-ssh
第二步:
新增 SSH 密钥到 GitHub 帐户
https://docs.github.com/cn/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account
第三步:
如果有原来的https仓库
更改远程仓库的 URL
https://docs.github.com/cn/github/using-git/changing-a-remotes-url#switching-remote-urls-from-https-to-ssh