针对 GitHub clone 需要身份验证的仓库时,提示如下错误:
1 | remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. |
处理方法如下:
创建个人访问令牌: Creating a personal access token
生如蝼蚁当立鸿鹄之志, 命如薄纸应有不屈之心!
针对 GitHub clone 需要身份验证的仓库时,提示如下错误:
1 | remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. |
处理方法如下:
创建个人访问令牌: Creating a personal access token
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true