gitment icon indicating copy to clipboard operation
gitment copied to clipboard

A comment system based on GitHub Issues.

Results 107 gitment issues
Sort by recently updated
recently updated
newest added

@ystyle 我们新开个讨论、哈哈

按照教程上配的,我的github pages绑定了个人域名 `https//:hongbb.top` OAuth配置如下,应该是没有错误的 ![](https://user-images.githubusercontent.com/37390337/51407028-c58dea80-1b95-11e9-98d3-622b327f157e.png) _config.yml的配置如下,保证client_id 和 client_secret没有填错 ``` comment: gitment: enable: true owner: 'JJXiangJiaoJun' # 必填项, 你的GitHub ID repo: 'JJXiangJiaoJun.github.io' # 必填项 你的存储评论的repo oauth: client_id: 'd7df3d5d159f81371d76' # 必填项 client_secret:...

![image](https://user-images.githubusercontent.com/37007124/63852464-e8ee0300-c9ca-11e9-8be0-1b300ea0ae20.png) ![image](https://user-images.githubusercontent.com/37007124/63852501-fc00d300-c9ca-11e9-81d7-d14062b64249.png)

你好,我在初始化的时候,Chrome弹出一个提示框"[object ProgressEvent]", console 里面有error提示: utils.js:78 POST https://gh-oauth.imsun.net/ net::ERR_CONNECTION_REFUSED 请问该怎么解决?

测试一下怎么删除

既然请求 proxy server 是不能避免的(因为 CORS Header),那可以在 proxy server 提供加密接口,通过 host 和 passphrase 加密 client secret,在获取 access token 时,仅提供 encoded client secret 即可,proxy server 通过 Referer 和内置的 passphrase 解密 encoded client...

我在每一个页面中放入下面的代码: ``` var gitment = new Gitment({ id: 'window.location.pathname', // 可选。默认为 location.href owner: 'xxxxxxxx', repo: 'xxxxxxxxxx', oauth: { client_id: '××××××××××××', client_secret: 'xxxxxxxxxxxxxxxxxxxxx', }, }) ``` 结果创建几个页面的 issue 后, 新的页面再加入上面的代码,就不会再创建新的 issue,...

如图 部分头像无法加载 [](https://img.ffis.me/images/2019/02/24/QQ20190224091154.png)