hexo之gitment评论功能异常:Error: Not Found,Error: Comments Not Initialized,Error:validation failed
原创 coder_jack 发表于:2018-07-30 10:37:56
  阅读 :1052   收藏   编辑

Gitment 基于 GitHub Issues 的评论系统。支持在前端直接引入,不需要任何后端代码。可以在页面进行登录、查看、评论、点赞等操作,同时有完整的 Markdown / GFM 和代码高亮支持。尤为适合各种基于 GitHub Pages 的静态博客或项目页面

Gitment Demo: https://imsun.github.io/gitment/

遇到的坑

1. Error: Not Found

  • owner或repo配置错误

  • owner建议直接写github帐号

repo填写存放评论的仓库,填写仓库名称就可以了,不需要加https://github.com/xxx/

2.Error: Comments Not Initialized

  • 在该页面的Gitment评论区登陆GitHub账号

  • 之前OAuth Application callback填写有误

3.Error:validation failed

  • id太长

issue的标签label有长度限制是50个字符

建议设置为发布博客的日期+时间