1
ghjh 287 天前 via Android
考虑用 ghproxy 或者自建一个?
|
2
NCZkevin 287 天前
github 镜像站
|
3
oneisall8955 287 天前 via Android
https://ghroxy.com 可以 cf 自建
|
4
oneisall8955 287 天前 via Android
|
5
hingle 287 天前
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 |
6
litguy 287 天前
通过代理就可以访问,我是本机跑一个 socks5 代理翻墙
然后类似这样的设置 $ cat ~/.ssh/config Host github.com HostName github.com User git ProxyCommand connect -S 127.0.0.1:8888 %h %p 这样 git 就起飞了 |
7
fliter OP 学到了!感谢各位
|
9
JinTianYi456 281 天前
@oneisall8955 #3 我这怎么打不开
|
10
JinTianYi456 281 天前
#9 /t/988405
|
11
oneisall8955 281 天前 via Android
@JinTianYi456 建议自建,cf 配个域名,稳的一匹
|