解决从GitHub上下载文件慢的问题

GitHub访问速度慢的解决方法

从GitHub上拉取代码速度十分之慢,百度了一下,说是github的某些域名的dns解析被污染了。

  解决方法:

  1、vpn

  2、绕过dns解析,在本地直接绑定host。打开dns查询工具网站http://tool.chinaz.com/dns 查询域名github.global.ssl.fastly.NET解析获取其IP.

  3、在C:\Windows\System32\drivers\etc\hosts文件中加入 151.101.88.249 github.global.ssl.fastly.Net




转自 http://www.cnblogs.com/hongmaju/p/6860581.html  侵请联删

猜你喜欢

转载自blog.csdn.net/bozhanggu2239/article/details/80307216
今日推荐