|  |      1ghjh      2024-01-26 19:57:09 +08:00 via Android 考虑用 ghproxy 或者自建一个? | 
|      2NCZkevin      2024-01-26 19:58:22 +08:00 github 镜像站 | 
|  |      3itechify PRO https://ghroxy.com 可以 cf 自建 | 
|  |      4itechify PRO | 
|      5hingle      2024-01-26 20:12:27 +08:00 ssh -R 127.0.0.1:7890:127.0.0.1:7890 user@host export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890 | 
|  |      6litguy      2024-01-26 20:18:59 +08:00 通过代理就可以访问,我是本机跑一个 socks5 代理翻墙 然后类似这样的设置 $ cat ~/.ssh/config Host github.com HostName github.com User git ProxyCommand connect -S 127.0.0.1:8888 %h %p 这样 git 就起飞了 | 
|  |      7fliter OP 学到了!感谢各位 | 
|  |      9JinTianYi456      2024-02-01 12:52:21 +08:00 @oneisall8955 #3 我这怎么打不开 | 
|  |      10JinTianYi456      2024-02-01 12:54:11 +08:00 #9 /t/988405 | 
|  |      11itechify PRO @JinTianYi456 建议自建,cf 配个域名,稳的一匹 |