gitalk登录错误403

NexT代理配置默认如下

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Gitalk
# For more information: https://gitalk.github.io, https://github.com/gitalk/gitalk
gitalk:
enable: false
github_id: # GitHub repo owner
repo: # Repository name to store issues
client_id: # GitHub Application Client ID
client_secret: # GitHub Application Client Secret
admin_user: # GitHub repo owner and collaborators, only these guys can initialize gitHub issues
distraction_free_mode: true # Facebook-like distraction free mode
# Gitalk's display language depends on user's browser or system environment
# If you want everyone visiting your site to see a uniform language, you can set a force language value
# Available values: en | es-ES | fr | ru | zh-CN | zh-TW
language:

代理项目会失效,gitalk会升级版本更换这个,但是更新以后,我这边一直不生效,我们其实可以自己加一个代理项

1
proxy: https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token

这个网址可以去 gitalk官网 找到

图

gitalk官网 登录github,不需要评论,登录过程中,可以看到截图里的这个网址。

参考如下

在授权gitalk后出现403错误


本文作者:yuhldr
本文地址: https://yuhldr.github.io/posts/24342.html
版权声明:转载请注明出处!