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

一直在 Loading comment 转圈圈,试过[https://www.likecs.com/show-204630774.html](url)的方法但是没用 ![stuck](https://user-images.githubusercontent.com/101974479/180135091-00ac555c-01f2-4278-acf0-61b39e35c281.png)

在按照网上的教程初步弄了一个博客之后,使用了gitment来添加评论功能,在第一次测试的时候是能够正常工作的(评论记录:https://snake52996.github.io/2018/03/25/%E5%85%B3%E4%BA%8E%E8%BF%99%E4%B8%AA%E8%9C%9C%E6%B1%81%E5%8D%9A%E5%AE%A2/).不过后来再次尝试的时候会经常(但不是总)在点击登录到github以评论并成功登录后收到一个弹窗提示\[object ProgressEvent\],此后界面会回到原博文页面,但是gitment评论会一直保持加载中和登录中的状态。此后我又尝试了在其他人使用gitment完成的评论区进行登录和评论,以及使用一个新注册的girhub帐号进行尝试(在我的博客和其他人的),都是同样的结果,仍然经常(但同样不总是)出现这个弹窗提示并出现评论不能正常加载且不能正常登录的情况。请问问题出现在哪里,是否有可行的解决方法。 抱歉,我的水平极其有限,不清楚为了帮助判断问题所在到底需要提供哪些信息,如果信息不够烦请告诉我,多谢。也感谢您提供的gitment,真的是简洁,高效而美观,谢谢。

![企业微信截图_20190606113234](https://user-images.githubusercontent.com/11513060/59005189-1d7c7380-884f-11e9-916f-add4df7bfae6.png) ![企业微信截图_20190606113325](https://user-images.githubusercontent.com/11513060/59005192-210ffa80-884f-11e9-8377-207f9317cce9.png)

Task Failed - Activating language client Copilot: Failed to initialize Copilot Language Server.

Everything is perfect, just look into optimize search engine

我之前一直用的gh-oauth.imsun.net 这个作为github的代理,不过不稳定,会随时失效,最近很长一段时间无法使用,因为我自己的服务器也是https,我看了下这个地址的代码也是需要https,所以自行搭建了一个,使用方式为: 修改`gitment.browser.js`文件的3416行将`https://gh-oauth.imsun.net/`替换成:`https://baifachuan.com:8443/` 该服务器代码在:`https://github.com/imsun/gh-oauth-server`,不会记录任何信息,我也是自己的博客使用:`https:www.baifachuan.com`,因为该服务器需要https,所以构建在自己的服务下,需要的可以使用。 update the gitment.browser.js file replace `https://gh-oauth.imsun.net/` to `https://baifachuan.com:8443/`.
This service won't record or store anything. It only attaches a CORS header to that request and provides...

gitment登录或者git-Session失效后重定向跳转总是显示初始化评论的按钮,但是刷新一下就好了,可以加载已有的评论,麻烦各位大佬关注下

The option `admin` is string array, support a set of organization repository's administratories. the string array ignore lower/uppercase, and anyone can initialize your post's comments. so them need have write/create-issues...

``` var gitment = new Gitment({ owner: 'dijkst', repo: 'dijkst.github.com', oauth: { client_id: 'ef6ee073162a12e7362f', client_secret: 'f6c454aad6218c8a857216260a6091f92f638af4', }, }) gitment.render('comment_thread') ``` 注意,这里的owner `dijkst` 不是账号名,而是组织名称,因此没有直接登陆的账号。而我的账号是 `Whirlwind` 是这个组织的管理员。现在用 `Whirlwind` 登陆后,评论还是提示 `Error: Comments Not...

肯定是引入的。正常访问相应页面没问题,pjax下会无限加载,出不来页面。