GITHUB 慢,提速方式

# GitHub520 Host Start
185.199.108.154               github.githubassets.com
199.232.68.133                camo.githubusercontent.com
199.232.68.133                github.map.fastly.net
199.232.69.194                github.global.ssl.fastly.net
140.82.114.4                  github.com
140.82.114.5                  api.github.com
199.232.68.133                raw.githubusercontent.com
199.232.68.133                user-images.githubusercontent.com
199.232.68.133                favicons.githubusercontent.com
199.232.68.133                avatars5.githubusercontent.com
199.232.68.133                avatars4.githubusercontent.com
199.232.68.133                avatars3.githubusercontent.com
199.232.68.133                avatars2.githubusercontent.com
199.232.68.133                avatars1.githubusercontent.com
199.232.68.133                avatars0.githubusercontent.com
# Star me GitHub url: https://github.com/521xueweihan/GitHub520
# GitHub520 Host End
 

 

# GitHub Start
140.82.114.4 github.com
192.30.255.119 gist.github.com
185.199.110.153 assets-cdn.github.com
151.101.228.133 raw.githubusercontent.com
151.101.228.133 gist.githubusercontent.com
151.101.228.133 cloud.githubusercontent.com
151.101.228.133 camo.githubusercontent.com
151.101.228.133 avatars0.githubusercontent.com
151.101.228.133 avatars1.githubusercontent.com
151.101.228.133 avatars2.githubusercontent.com
151.101.228.133 avatars3.githubusercontent.com
151.101.228.133 avatars4.githubusercontent.com
151.101.228.133 avatars5.githubusercontent.com
151.101.228.133 avatars6.githubusercontent.com
151.101.228.133 avatars7.githubusercontent.com
151.101.228.133 avatars8.githubusercontent.com
185.199.109.154 github.githubassets.com
151.101.109.194 github.global.ssl.fastly.net
# GitHub End
————————————————
版权声明:本文为CSDN博主「gxzhaha」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/gxzhaha/article/details/106463710

 

使用ss全局代理,设置git:

git config --global http.proxy 'socks5://127.0.0.1:1080'
 
git config --global https.proxy 'socks5://127.0.0.1:1080'
速度虽然不是很快,但是也算飙升。设置之前7Kib/s,设置之后200多Kib/s,我也不知道该哭还是该笑,至少哭也哭的不那么厉害了!
————————————————
版权声明:本文为CSDN博主「0X32」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/wangzh92429/article/details/93483475

 

直接使用git clone下载很慢、很慢、很慢。

例如:

git clone -b release/v4.0 --recursive https://github.com/espressif/esp-idf.git

速度只有8kb/s

把https  >>  http 速度马上上来了

git clone -b release/v4.0 --recursive http://github.com/espressif/esp-idf.git

速度到了180kb/s

觉得有很就点个赞吧

 

50人点赞

 

日记本

 

访问github速度很慢?下面我以windows为例,给大家一个直接了当的解决办法:
进入 C:\Windows\System32\drivers\etc 目录下,找到hosts文件,用文本编辑器打开,在hosts最后两行追加如下两行:
192.30.253.113 github.com
151.101.112.249 github.global.ssl.fastly.net


然后更新一下DNS缓存,如下:
开始  》运行》cmd (命令提示符) 中   输入: ipconfig /flushdns
--------------------- 
作者:arsaycode 
来源:CSDN 
原文:https://blog.csdn.net/arsaycode/article/details/64919074 
版权声明:本文为博主原创文章,转载请附上博文链接!

你可能感兴趣的:(GITHUB 慢,提速方式)