解决gist.github.com访问慢问题

mac或者linux系统下:
在/etc/hosts里面加入:
192.30.253.118 gist.github.com
192.30.253.119 gist.github.com
然后ping 192.30.253.118,如果能ping通,既可以访问~
window系统下在c:/windows/system32/drivers/etc/hosts目录下加入~

原文地址:http://blog.51cto.com/thinklili/2298078

时间: 2024-10-13 23:44:00

解决gist.github.com访问慢问题的相关文章

解决2020-3-27 github无法访问

早上的github无法访问了 查找资料后,发现可以修改 hosts 文件 右键 属性 将只读去掉 进行修改 其中的ip去如下地址拿 试一下,大功告成 原文地址:https://www.cnblogs.com/yuxuanlian/p/12580308.html

转换CDN解决 stackoverflow, gitHub 网站访问缓慢的问题

stackoverflow 这个网站并未被河蟹,但是该网站使用的是 Google提供的 CDN服务.所以在 Google 被河蟹的情况下,使用其 CDN服务的网站也会受到影响.解决的思路是,把对 Google CDN的请求转换为国内的 CDN请求. 具体做法: 修改 hosts 文件. Mac 打开终端(terminal),键入以下命令     sudo vi /etc/hosts 键入密码后,确认(Enter): 进入文件以后,点击 i , 进入插入模式,对 hosts 文件进行修改: 在 l

Windows10 下 github ssh 访问出现 Permission denied(publickey)错误的解决方法

Windows10 下 github ssh 访问出现 Permission denied(publickey)错误的解决方法. 错误信息: git clone [email protected]:ediwang/envsetup.git Cloning into 'envsetup'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please

GitHub无法访问或访问缓慢解决办法

sudo vi /etc/hosts打开hosts文件编辑 # github 204.232.175.78 http://documentcloud.github.com 207.97.227.239 http://github.com 204.232.175.94 http://gist.github.com 107.21.116.220 http://help.github.com 207.97.227.252 http://nodeload.github.com 199.27.76.130

解决MySql本地能访问,远程不能访问的问题

本地能够连接mysql,为何远程连接不上mysql呢?这是因为默认安装的mysql,出于安全考虑,只能本地连接.如果您需要远程连接,这里就需要设置一下mysql的权限表.具体设置的步骤如下: 1.在MySql本机连接mysql. 2.执行以下mysql命令: use mysql                #打开mysql数据库 #将host设置为%表示任何ip都能连接mysql,当然您也可以将host指定为某个ip update user set host='%' where user='r

解决ASP.Net第一次访问慢的处理(IIS8)

本篇经验以IIS8,Windows Server 2012R2做为案例. IIS8 运行在 Windows Server 2012 and Windows 8 版本以上的平台上. IIS中应用程序池和网站是单独存在的,但是网站运行必须建立在对应的应用程序池启动的前提下. 默认情况下,应用程序池在不活动情况下(无请求操作),一段时间后,将被IIS自动回收掉. IIS8 自带应用程序初始化工具包,IIS7.5要搜索独立安装包进行安装,低于7.5的暂时不支持IIS自动初始化. 本篇经验中的方法能解决A

https://gist.github.com/nathanielove/40c1dcac777e64ceeb63d8296d263d6d

https://gist.github.com/nathanielove/40c1dcac777e64ceeb63d8296d263d6d

github网络访问配置

#github192.30.253.113 github.com192.30.253.113 github.com192.30.253.118 gist.github.com192.30.253.119 gist.github.com 192.30.253.112 github.com 192.30.253.113 github.com192.30.252.128 github.com192.30.253.118 gist.github.com192.30.253.119 gist.github

SElinux解决web网站无法访问

SElinux解决web网站无法访问工具/原料centos 6.5系统httpd web服务器 SELinux 设置为enforcing:强制模式,代表 SELinux 运作中 方法/步骤1. 1setroubleshoot用于把SELinux 的错误讯息与克服方法记录到 /var/log/messages 与 /var/log/setroubleshoot/* 里头,所以一定要启动该服务.所以我们先来安装.输入一下命令安装.# yum install setroubleshoot setrou