1. 程式人生 > >國內github訪問慢怎麼破

國內github訪問慢怎麼破

登入http://ipaddress.com/,查詢下列幾個網站的ip

github.com

assets-cdn.github.com
avatars0.githubusercontent.com

avatars1.githubusercontent.com

github.global.ssl.fastly.net

開啟hosts檔案,C:\Windows\System32\drivers\etc,按如下形式加入

192.30.252.123 github.com
103.245.222.133 assets-cdn.github.com
185.31.18.133 avatars0.githubusercontent.com


185.31.19.133 avatars1.githubusercontent.com

123.345.111.001  github.global.ssl.fastly.net

儲存關閉,然後訪問github.com或者git clone程式碼。

親測,速度確實得到了提高,但有時候貌似速度不是很穩定。