imsun / gitment

A comment system based on GitHub Issues.
https://imsun.github.io/gitment/
MIT License
4.06k stars 347 forks source link

redirect_uri 有问题 #92

Closed jackychee closed 6 years ago

jackychee commented 6 years ago

https://github.com/login/oauth/authorize?scope=public_repo&redirect_uri=https://jackychee.github.io/://jackychee.github.io/2017/11/25/index/&redirect_protocol=https&client_secret=xxx&client_id=xxx

我使用的是hexo next 主题。 配置如下:

gitment: enable: true mint: false count: true lazy: false cleanly: false language: github_user: jackychee github_repo: jackychee.github.io client_id: xxxx client_secret: xxxx proxy_gateway: redirect_protocol: https

jackychee commented 6 years ago

我的问题,我使用的next 配置中gitment.mint 设置成了true,改为false 就好了