解決Github上的資源無法下載(raw.githubusercontent.com’s server IP address could not be found.)問題[最簡單的方法]

2020-10-04 15:00:12

解決Github上的資源無法下載(raw.githubusercontent.com’s server IP address could not be found.)問題[修改hosts檔案最簡單的方法]

最近有小夥伴在下載我github上傳的資源無法下載,因此我出一篇如何解決這個問題的方法。
在這裡插入圖片描述
當我們點選下載結果出現下面的頁面顯示無法下載
在這裡插入圖片描述
首先我們開啟Windows開始旁邊的搜尋介面,搜尋powershell,然後通過管理員許可權執行(一定要右鍵管理員許可權)
在這裡插入圖片描述
開啟介面如下,我們進入C:\WINDOWS\system32\drivers\etc目錄
在這裡插入圖片描述
接下來複制一份hosts檔案 防止改壞 然後直接通過nodepad.exe開啟hosts檔案進行修改
在這裡插入圖片描述

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

PS C:\WINDOWS\system32> pwd

Path
----
C:\WINDOWS\system32


PS C:\WINDOWS\system32> cd .\drivers\etc
PS C:\WINDOWS\system32\drivers\etc> ls


    Directory: C:\WINDOWS\system32\drivers\etc


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----         3/19/2019  12:49 PM            824 hosts
-a----         12/7/2019   5:12 PM           3683 lmhosts.sam
-a----         3/19/2019  12:49 PM            407 networks
-a----         3/19/2019  12:49 PM           1358 protocol
-a----         3/19/2019  12:49 PM          17635 services


PS C:\WINDOWS\system32\drivers\etc> copy .\hosts .\hosts.bak
PS C:\WINDOWS\system32\drivers\etc> ls


    Directory: C:\WINDOWS\system32\drivers\etc


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----         3/19/2019  12:49 PM            824 hosts
-a----         3/19/2019  12:49 PM            824 hosts.bak
-a----         12/7/2019   5:12 PM           3683 lmhosts.sam
-a----         3/19/2019  12:49 PM            407 networks
-a----         3/19/2019  12:49 PM           1358 protocol
-a----         3/19/2019  12:49 PM          17635 services

PS C:\WINDOWS\system32\drivers\etc> notepad.exe .\hosts

修改hosts檔案內容如下
在hosts檔案最後新增一行

199.232.68.133 raw.githubusercontent.com # comments. put the address here 

在這裡插入圖片描述
儲存成功之後再次點選下載即可正常下載
還有問題的話加QQ:2351147520資訊