1.访问github很慢或打不开解决办法
修改host文件C:\Windows\System32\drivers\etc
#github related website140.82.112.4 github.com151.101.185.194 github.global.ssl.fastly.net203.98.7.65 gist.github.com13.229.189.0 codeload.github.com185.199.109.153 desktop.github.com185.199.108.153 guides.github.com185.199.108.153 blog.github.com18.204.240.114 status.github.com185.199.108.153 developer.github.com185.199.108.153 services.github.com192.30.253.175 enterprise.github.com34.195.49.195 education.github.com185.199.108.153 pages.github.com34.196.237.103 classroom.github.com
cmd执行ipconfig/flushdns
2.centos无法拉取依赖
cd /etc/yum.repos.dm -rf epel*wget -qO /etc/yum.repos.d/epel.repo http://mirrors.myhuaweicloud.com/repo/epel-8.repovim epel.repo注释掉标注的内容,改为Comment out failovermethod=priorityyum clean all && yum makecacheyum -y install docker
