Skip to content

gitalk 出现 Error: Not Found. #261

Answered by ufoozhenghao
ufoozhenghao asked this question in Q&A
Discussion options

You must be logged in to vote

感觉telegram的热心群友 问题已解决
首先确认创建的 repo 是否为 public

以下是我的已经成功的config:

显示 未找到相关的 issues 进行评论 此时需要使用github账号也就是config里的管理员账号进行登录,此时系统会自动根据你的posts进行issues的创建。

我在登陆成功后又有显示:

群里大佬说是代理问题 需要配置 nginx 在443端口下添加一个反代:

location = /login/oauth/access_token {
    proxy_pass https://github.com;
}

然后,只需要在 gitalk.js 中添加你的网址也就可以了,如下:

proxy: 'https://xxxx.com/login/oauth/access_token'

自己反代个 github.com 即可

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ufoozhenghao
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ufoozhenghao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants