【错误记录】Ubuntu 修改 hosts 文件 ( 使用 gedit /etc/hosts 命令打开并修改 hosts 文件 )
生活随笔
收集整理的這篇文章主要介紹了
【错误记录】Ubuntu 修改 hosts 文件 ( 使用 gedit /etc/hosts 命令打开并修改 hosts 文件 )
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
文章目錄
- 一、報錯信息
- 二、解決方案
一、報錯信息
參考 【錯誤記錄】git clone 報錯 ( fatal: unable to access ‘https…‘:gnutls_handshake() failed: Error in the pu ) 博客 ;
之前是通過切換網絡的方式 , 解決了問題 , 這種方式隨機性太大 , 繼續分析該問題 ;
檢查是否能 ping 通 GitHub , 執行
ping github.com命令 , 執行結果如下 , 丟包率 100% , 無法 ping 通 ;
二、解決方案
參考 Windows 中的解決方案 【錯誤記錄】GitHub 網站和倉庫無法訪問 ( 域名重定向 | 檢查 C:\Windows\System32\drivers\etc\hosts 配置文件中的 GitHub 地址域名配置 ) , 修改 Ubuntu 系統的 /etc/hosts 文件 ;
設置 GitHub 域名 :
140.82.114.4 github.com 151.101.77.194 github.global.ssl.fastly.net執行
gedit /etc/hosts命令 , 打開 /etc/hosts 文件 , 將 GitHub 域名添加到文件中 , 完整文件內容為 :
127.0.0.1 localhost 127.0.1.1 octopus 140.82.114.4 github.com 151.101.77.194 github.global.ssl.fastly.net# The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters
保存并關閉 gedit 編輯器 ; ( 此處也可以使用 vim , vi 等文本編輯器 )
再次執行
ping github.com命令 , 最終 ping 通 GitHub :
root@octopus:~/ijkplayer# ping github.com PING github.com (140.82.114.4) 56(84) bytes of data. 64 bytes from github.com (140.82.114.4): icmp_seq=1 ttl=49 time=279 ms 64 bytes from github.com (140.82.114.4): icmp_seq=2 ttl=49 time=303 ms 64 bytes from github.com (140.82.114.4): icmp_seq=3 ttl=49 time=278 ms ^C --- github.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2004ms rtt min/avg/max/mdev = 278.916/287.292/303.563/11.515 ms root@octopus:~/ijkplayer# 《新程序員》:云原生和全面數字化實踐50位技術專家共同創作,文字、視頻、音頻交互閱讀總結
以上是生活随笔為你收集整理的【错误记录】Ubuntu 修改 hosts 文件 ( 使用 gedit /etc/hosts 命令打开并修改 hosts 文件 )的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【错误记录】未安装该应用 ( 在 And
- 下一篇: 【错误记录】编译 Android 版本的