我如何通向github

我的旧状态

本来一直用的steam++、ikuuu。但好景不长,ikuuu不支持chatgpt,并且在2023年3月极不稳定。随着我的日常逐渐向linux转移,steam++在这边进不去github。双路受阻,这样一来我有一段时间是没有访问github的方法的,一度使我非常焦虑。

我的核心诉求

只有两点:

  • 有个便捷小玩意不挂梯子也能顺利访问github
  • 找个能进chatgpt的,适用于linux的,付费的梯子

诉求1日志

1
TODO:报错截图

steam++和fastgithub都是这个b样,我一开始什么都不懂,到处搜,dns添加8.8.8.8等。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
> sudo systemctl enable --now resolvconf.service
[sudo] mark4 的密码:
Synchronizing state of resolvconf.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable resolvconf
> sudo vi /etc/resolvconf/resolv.conf.d/head
> sudo resolvconf -u
> cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "systemd-resolve --status" to see details about the actual nameservers.
nameserver 114.114.114.114
nameserver 8.8.8.8
nameserver 8.8.4.4
nameserver 127.0.0.53
search nju.edu.cn

结果在开发者边车那里看到是证书问题,确实是这个问题,因为我在win那边没有出现什么您访问的不是专用连接…我又不会搞证书,现在要成功解决诉求1我只有每次在终端运行那一行指令

1
/opt/dev-sidecar/@docmirrordev-sidecar-gui --no-sandbox

逐渐解决:

  • 安装证书后这个应用可以了,但steam++和fast不行,没有一个办法让浏览器信任所有的吗?检查证书干尼玛呢。
  • 原来steam++的维护也很好,我去官网看了一下原来解决方案就在眼前,也是一样的导入证书解决。即便如此我还是把小玩意的地位给边车,因为steam++没法加速stackoverflow。

诉求2日志

看了不少还是用clash。樱花猫那里催了他们的linux教程。然后在油管上看到clash for windows竟然是跨平台的,我还跟着ikuu下载了命令行版的,接下来就是具体试一下那个视频教程。


我如何通向github
http://loganloxsins.github.io/2023/03/21/road2github/
作者
Mark
发布于
2023年3月21日
许可协议