可以科学上网访问 github 但是却 ping 不通 然后修改了 /private/etc/hosts 配置 添加了 192.30.253.113 github.com 依然无效.
我知道有国内源,但是不太想用哈. 之前有安装 我又卸了 囧!!
1
wujieyuan 2020-07-03 10:45:46 +08:00
作为一个程序员, 翻墙是必备的技能. 否则你会天天被这些网络问题所困扰, 浪费时间和精力
|
2
itskingname 2020-07-03 10:52:14 +08:00
homebrew 有一个智障功能,就是如果你 30 天没有执行过 brew cleanup, 那么当你执行 brew install xxx 的时候,它自动就会给你执行一次 brew cleanup 。这个功能太恶心了,而且关不掉。
|
3
chroming 2020-07-03 10:56:20 +08:00 via iPhone
终端配置科学上网了么,https_proxy
|
4
littleylv 2020-07-03 11:05:25 +08:00
终端需要设置 http_proxy https_proxy
|
5
scukmh 2020-07-03 11:05:46 +08:00
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
ShuoHui 2020-07-03 11:07:44 +08:00 via iPhone
surge 增强模式
|
7
keepeye 2020-07-03 11:09:07 +08:00
5 楼说的对,用的是 clashx
|
8
lcdtyph 2020-07-03 11:09:42 +08:00 via iPhone 1
|
9
otakustay 2020-07-03 11:12:50 +08:00 1
github 本来就是 ping 不通的,它把 ICMP 关了
|
10
Waffle 2020-07-03 11:18:47 +08:00
alias brew="ALL_PROXY=socks5h://localhost:1080 brew"
|
13
scukmh 2020-07-03 11:27:59 +08:00
|
15
lbyo 2020-07-03 11:43:43 +08:00
@otakustay #9 说到 ICMP,真心求教
Clash 的作者说:ICMP(ping) 和 UDP TCP 是同一个 level 的,不要使用 ping,clash 目前不处理 ICMP,直接 curl 或 nc 才能正常处理。 我直接 curl -v router.asus.com 能通,但是在网页里打开就不行是什么缘故 https://github.com/Dreamacro/clash/issues/774#issuecomment-652870348 |
16
otakustay 2020-07-03 11:52:19 +08:00
@lbyo
curl -v router.asus.com * Could not resolve host: router.asus.com * Closing connection 0 curl: (6) Could not resolve host: router.asus.com 你 curl 看下返回的内容是什么,有些代理工具(比如 surge )会返回它自己的默认页面,你 curl 到的就是个代理的错误页 |
17
lbyo 2020-07-03 12:02:12 +08:00
|
18
Apol1oBelvedere 2020-10-21 20:27:00 +08:00
如何安装适用于旧系统 macOS 10.12.6 的 FileZilla 客户端? Brew install filezilla 总是提示找不到适合的软件?
|