[Solve] Github Github access slow

table of Contents

First, get the ip address Github

Second, modify the host file

Third, update dns cache


 

 

First, get the ip address Github

  By accessing  https://www.ipaddress.com/  to get the current github latest ip address of the website.

 

 

or

http://tool.chinaz.com/dns?type=1&host=github.com&ip=

 

 

Second, modify the host file

  File path: C: \ Windows \ System32 \ drivers \ etc \ host

 

140.82.113.3 github.com
140.82.114.3 github.com

 

Third, update dns cache

ipconfig /flushdns

 

 

 

 

 

 

 

Published 53 original articles · won praise 0 · Views 832

Guess you like

Origin blog.csdn.net/G971005287W/article/details/105111679