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

如标题所示,每次更改文章或者某些情况下会重建issue,并且需要重新初始化评论,导致github项目内issue非常多且不统一

无法访问此网站 网址为 http://127.0.0.1:3030/?error=redirect_uri_mismatch&error_description=The+redirect_uri+MUST+match+the+registered+callback+URL+for+this+application.&error_uri=https%3A%2F%2Fdeveloper.github.com%2Fv3%2Foauth%2F%23redirect-uri-mismatch 的网页可能暂时无法连接,或者它已永久性地移动到了新网址。 求解 我哪里配置错了么?

Gitment 是一个很好用的评论插件! 但是,我在使用中发现 organization下的仓库无法使用gitment。我们有一个团队项目想要在项目主页中使用 Gitment 作为评论系统,但 owner 不能直接写团队名(没法登陆来初始化);若强行修改 js 使得团队成员能够初始化,每次刷新页面都会重新提示要初始化。 我们的网站生成器是自己写的,url 以及标题都不会发生变化,url 中存在中文(但是个人仓库并没有问题)。配置都采用了默认配置。 谢谢你!

这是啥原因...我看作者博客也是这样 ![qq 20170731171426](https://user-images.githubusercontent.com/8164505/28771088-1760fa88-7614-11e7-8a8a-2ceba651c095.png) 控制台报错: ``` Failed to load resource: net::ERR_EMPTY_RESPONSE https://api.github.com/repos/tiexo/gitment/issues?creator=tiexo&labels=%2Fabout%2F ```

突然所有的评论都变成quota exceeded error了,不知道什么原因……该如何解决呢?

Initialize Comments 时 出现:Error: Issues are disabled for this repo的提示框

function extendRenderer(instance, renderer) { instance[renderer] = (container) => { const targetContainer = getTargetContainer(container) const render = instance.theme[renderer] || instance.defaultTheme[renderer] autorun(() => { const e = render(instance.state, instance) if (targetContainer.firstChild) {...

但是点击查看源代码是有js的 这是为什么 `Uncaught ReferenceError: showGitment is not defined at HTMLDivElement.onclick (VM322 :514)`

This is a ticket to report a security issue in gitment. In your README.md under "_Is it safe to make my client secret public?_" you state the following: > Client...