meteorlxy / vssue

:mailbox: A Vue-powered Issue-based Comment Plugin
https://vssue.js.org
MIT License
775 stars 105 forks source link

在vuepress上用github登陆成功后还是不能评论,并且下面提示评论加载失败,这是什么问题导致的? #82

Closed tagerwang closed 4 years ago

tagerwang commented 4 years ago

Environment

What's your question?

用github登陆成功后还是不能评论,并且下面提示评论加载失败,这是什么问题导致的? image image

meteorlxy commented 4 years ago

第二张图,下面是 Click to create issue - 点击创建 Issue ,所以你要点击啊……

默认是不自动帮你创建 issue 的,你可以设置 autoCreateIssue 来自动创建

https://vssue.js.org/options/#autocreateissue

JackCin877 commented 1 year ago

点击登录后,就开始初始化,但初始化后,显示的是这样的 Failed to load comments 没有让我Click to create issue ? 请问这样怎么解决

fanthus commented 1 year ago

@JackCin877 可能是 repo 配置错了,应该是 git 仓库名字,不是博客首页地址。

fanthus commented 1 year ago

正常会从这儿去拉 issue评论的 https://api.github.com/repos/fanthus/[repo]/issues/1, 可以去终端那儿看看请求是不是有失败的