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
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 ···
依旧无效
有没有大佬遇到同样的问题 麻烦帮助一下
1
winterbells 2020-02-26 15:15:49 +08:00
Failed to connect to 172.17.18.80 port 8080
8080 你代理端口?通吗? http 代理? |
2
lights 2020-02-26 15:41:37 +08:00
|
3
lights 2020-02-26 15:42:23 +08:00
你的问题是 cloning into xxx 速度慢,其实就是 clone GitHub 慢的问题,我那篇博文就是将如何解决这个问题
|
4
loading 2020-02-26 15:43:50 +08:00
export HTTPS_PROXY=socks5://127.0.0.1:1080
|
5
Yourshell 2020-02-26 15:47:41 +08:00
|
6
Tomotoes 2020-02-26 15:49:24 +08:00
通过 ssh 协议 clone 下
|
7
carpediem777 2020-02-26 16:16:08 +08:00
把代理加到终端中
|
8
tankren 2020-02-26 16:45:39 +08:00
proxychains
|
9
kios 2020-02-27 11:03:05 +08:00
Git 弄下代理就行 指定一下 走本地代理。其实最好的方法还是 家庭内部网络统一走软路由,这样子你全家的设备都可以分流走代理
|