大众世界 world of demotic + 社区新动力

 找回密码
 注册会员
搜索
查看: 272|回复: 0

[操作系统] github等网站访问不稳定的几种改善办法

[复制链接]
发表于 2022-10-8 13:18:15 | 显示全部楼层 |阅读模式
在使用github的时候又登不上去了,挂着NPV都没用。据说是某些不可描述的有关组织机构对该网站的DNS污染或者随机丢包造成的。

什么是DNS污染呢?
本来很多域名对应的IP地址都是由上游可信赖的服务器提供的,这样可以降低网络上的流量压力。但是对于有些攻击来说,他就去污染可信赖服务器里数据包,这样我一请求github,都给我登上了错误的服务器或服务器的网址。这样的DNS攻击让我打不开还算好的,一旦让我打开些不可描述的网站,那在公共场合不得社死

github解决办法
但是自己很多项目都存在github,登不上去那不得损失很大。所以得整点儿特殊手段来访问,顺便分享一下。

一、修改本地host
既然上游服务器的域名地址被修改了,那我们直接在本地hosts文件了指定好域名对应的IP地址不就好了嘛
hosts 文件在每个系统的位置不一,详情如下:

Windows 系统:C:\Windows\System32\drivers\etc\hosts
Linux 系统:/etc/hosts
Mac(苹果电脑)系统:/etc/hosts
Android(安卓)系统:/system/etc/hosts
iPhone(iOS)系统:/etc/hosts
然后将下面这些数据拷贝到自己电脑的hosts文件,再激活生效就可以了

140.82.112.25                 live.github.com
185.199.108.154               github.githubassets.com
140.82.112.22                 central.github.com
185.199.108.133               desktop.githubusercontent.com
185.199.108.153               assets-cdn.github.com
185.199.108.133               camo.githubusercontent.com
185.199.108.133               github.map.fastly.net
199.232.69.194                github.global.ssl.fastly.net
140.82.112.4                  gist.github.com
185.199.108.153               github.io
140.82.114.4                  github.com
192.0.66.2                    github.blog
140.82.112.6                  api.github.com
185.199.108.133               raw.githubusercontent.com
185.199.108.133               user-images.githubusercontent.com
185.199.108.133               favicons.githubusercontent.com
185.199.108.133               avatars5.githubusercontent.com
185.199.108.133               avatars4.githubusercontent.com
185.199.108.133               avatars3.githubusercontent.com
185.199.108.133               avatars2.githubusercontent.com
185.199.108.133               avatars1.githubusercontent.com
185.199.108.133               avatars0.githubusercontent.com
185.199.108.133               avatars.githubusercontent.com
140.82.112.10                 codeload.github.com
52.217.223.17                 github-cloud.s3.amazonaws.com
52.217.199.41                 github-com.s3.amazonaws.com
52.217.93.164                 github-production-release-asset-2e65be.s3.amazonaws.com
52.217.174.129                github-production-user-asset-6210df.s3.amazonaws.com
52.217.129.153                github-production-repository-file-5c1aeb.s3.amazonaws.com
185.199.108.153               githubstatus.com
64.71.144.202                 github.community
23.100.27.125                 github.dev
185.199.108.133               media.githubusercontent.com

大部分情况下是直接生效,如未生效可尝试下面的办法,刷新 DNS:
Windows:在 CMD 窗口输入:ipconfig /flushdns
Linux 命令:sudo nscd restart,如报错则须安装:sudo apt install nscd 或 sudo /etc/init.d/nscd restart
Mac 命令:sudo killall -HUP mDNSResponder
如果还没有生效的话,可以尝试重启一下电脑,毕竟这步操作可以解决 95 % 的电脑bug

点评:该方法可以解决改善不稳定的问题,但是有一定的风险性,当然还有一些自动修改hosts文件的软件,所以如果手动修改hosts也没用的话,建议再参考一下镜像通道。

二、镜像通道
如果手动修改hosts还不行的话,可以尝试使用镜像通道
原始用法是:git clone https://github.com/PaddlePaddle/PaddleDetection
加速通道为:git clone https://hub.fastgit.org/PaddlePaddle/PaddleDetection.git

也就是github clone加速的时候,前面的域名用https://hub.fastgit.org/ 来替换掉https://github.com就行啦!

当然,**对于镜像通道也可以使用fastgit的开源软件:**https://github.com/xljiulang/FastGithub

最后、如果你发现最近网络不太好(不仅仅是指github),那可能是最近日子比较特殊,你的网速可能就比较慢,想法提高宽带的稳定性。

如果实在受不了时不时的断网,也可以把项目托管在国内的gitee,那网速体验将会提升一个数量级
————————————————
版权声明:本文为CSDN博主「笨猪起飞」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/cy15625010944/article/details/121633044


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

Archiver|手机版|小黑屋|Wod Inc. ( 蜀ICP备20000008号-8

GMT+8, 2024-4-29 02:53 , Processed in 0.112847 second(s), 30 queries .

Powered by Discuz! X3.5

Copyright © 2001-2023 Tencent Cloud.

快速回复 返回顶部 返回列表