最近在重新弄了Hexo之后,提交文件出现了错误提示:
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
查了下官方的说明:
Git password authentication is shutting down
所以就是SSH的密码验证不再支持,需使用 personal access token 替代。
操作方法如下: