homebrew 安装相关

2020-07-03 10:40:58 +08:00
 0726

可以科学上网访问 github 但是却 ping 不通 然后修改了 /private/etc/hosts 配置 添加了 192.30.253.113 github.com 依然无效.

我知道有国内源,但是不太想用哈. 之前有安装 我又卸了 囧!!

1299 次点击
所在节点    Homebrew
18 条回复
wujieyuan
2020-07-03 10:45:46 +08:00
作为一个程序员, 翻墙是必备的技能. 否则你会天天被这些网络问题所困扰, 浪费时间和精力
itskingname
2020-07-03 10:52:14 +08:00
homebrew 有一个智障功能,就是如果你 30 天没有执行过 brew cleanup, 那么当你执行 brew install xxx 的时候,它自动就会给你执行一次 brew cleanup 。这个功能太恶心了,而且关不掉。
chroming
2020-07-03 10:56:20 +08:00
终端配置科学上网了么,https_proxy
littleylv
2020-07-03 11:05:25 +08:00
终端需要设置 http_proxy https_proxy
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
ShuoHui
2020-07-03 11:07:44 +08:00
surge 增强模式
keepeye
2020-07-03 11:09:07 +08:00
5 楼说的对,用的是 clashx
lcdtyph
2020-07-03 11:09:42 +08:00
@itskingname
可以关掉的,改一下环境变量就行
export HOMEBREW_NO_INSTALL_CLEANUP=1
otakustay
2020-07-03 11:12:50 +08:00
github 本来就是 ping 不通的,它把 ICMP 关了
Waffle
2020-07-03 11:18:47 +08:00
alias brew="ALL_PROXY=socks5h://localhost:1080 brew"
0726
2020-07-03 11:26:23 +08:00
@scukmh 我这样设置了 还不好使 😭. clashx 规则选的 直连
0726
2020-07-03 11:27:27 +08:00
@keepeye 我这样设置了 还不好使 😭. clashx 规则选的 直连
scukmh
2020-07-03 11:27:59 +08:00
0726
2020-07-03 11:28:37 +08:00
@keepeye @scukmh 好了哈 多谢 安装成功
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
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 到的就是个代理的错误页
lbyo
2020-07-03 12:02:12 +08:00
@otakustay #16
看起来是请求到了的,但是网页打开却不行,

我 issue 就是质疑在 clash 开了 TUN 以后,在 clash 的配置文件中的
```
hosts:
'rout 防 er.as 和 us.c 谐 om': 192.168.50.1
```
这行配置是无效的
Apol1oBelvedere
2020-10-21 20:27:00 +08:00
如何安装适用于旧系统 macOS 10.12.6 的 FileZilla 客户端? Brew install filezilla 总是提示找不到适合的软件?

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/686777

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX