系统开全局代理 /智能代理,网页可以进入,也可以 ping 通
pingGitHub 效果如下 PING github.com (192.30.253.113): 56 data bytes 64 bytes from 192.30.253.113: icmp_seq=0 ttl=50 time=274.647 ms 64 bytes from 192.30.253.113: icmp_seq=1 ttl=50 time=269.915 ms 64 bytes from 192.30.253.113: icmp_seq=2 ttl=50 time=297.929 ms
但是安装 oh-my-zsh 就超时
Cloning Oh My Zsh... Cloning into '/Users/Mac2015/.oh-my-zsh'... fatal: unable to access 'https://github.com/ohmyzsh/ohmyzsh.git/': Failed to connect to 172.17.18.80 port 8080: Operation timed out Error: git clone of oh-my-zsh repo failed
在网上找的在 hosts 中添加 ··· 199.232.4.133 raw.githubusercontent.com 192.30.253.113 github.com ···
依旧无效
- 用 wget 安装显示安装成功界面,但是没有.oh-my-zsh 文件夹
- 用 curl 安装就超时
有没有大佬遇到同样的问题 麻烦帮助一下