github瀏覽或者克隆項目的時候,老是十分緩慢,下面是親自自測的一種方式,克隆速度能夠稍快一些git
訪問域名解析網站:https://www.ipaddress.com/ 在網頁下方能夠看見一個輸入框,以下圖:github
在上圖的輸入框中依次輸入下面幾個域名,能夠獲取到解析後的IP地址windows
github.com
github.global.ssl.fastly.net
codeload.github.com網絡
例圖:github.com網站
例圖:github.global.ssl.fastly.net.net
例圖:codeload.github.comrest
通過上面的操做,每一個域名都找到了一個IP映射地址,而後按照以下格式分別填入到本機hosts文件中:code
windows的hosts文件位置:C:\Windows\System32\drivers\etcblog
Linux的hosts文件位置:/etc/hostsdns
windows刷新本地DNS映射:
ipconfig /flushdns
Linux重啓網絡服務:
sudo /etc/init.d/networking restart