在进行hexo博客更新,deploy到github page时遇到了github的认证问题
Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
解决方法:
- 先到github设置"setting"->“developer settings”->“personal access token"中生成一个新的token"generate new token”
- 打开windows凭据管理器找到"git:https://github.com"一项,将用户名和密码都修改为上述新生成的token即可
3.如果找不到"git:https://github.com"一项则点击“添加普通凭据”进行添加,用户名和密码同样都为新获得的token