1.vim 编辑 /etc/profile 文件:
vim /etc/hosts
删除/etc/hosts文件中已有的内容,添加如下内容,
140.82.112.3 github.com
:wq保存退出;
2.使配置生效
systemctl restart network
然后,就可以愉快访问github了。