關於 Gitee GitHub 訪問過慢

2021-10-17 08:15:49 字數 1043 閱讀 4103

1.ip 查詢**:

2.github.com查詢出來的 ip 為:

140.82.113.4

3.找到: c:\windows\system32\drivers\etc\hosts

4.在 hosts 換行新增:

140.82.113.4 github.com

192.30.253.112 github.com

185.199.111.153 github.github.io

185.199.110.153 assets-cdn.github.com

151.101.185.194 github.global.ssl.fastly.net

192.30.253.112 www.github.com

185.199.111.153 www.github.github.io

185.199.110.153 www.assets-cdn.github.com

151.101.185.194 www.github.global.ssl.fastly.net

我這邊訪問挺快的, 希望對你有幫助

我們經常訪問的搜尋引擎都是通過網域名稱去訪問, 這個網域名稱就會去找 dns 伺服器去對網域名稱進行解析, 轉換成 host:ip 然後再去訪問對應的伺服器

當你感覺你的訪問呢過慢, 你可以思考是不是你的 dns 出了問題

去享受網速超快的樂趣吧, 下附設定 dns 截圖

git版本控制(gitee github)

git init檢視使用者名稱和郵箱位址 git config user.name git config user.email git config global user.name username git config global user.email email 修改區域性使用者名稱和郵箱位...

push專案到gitee github 上

git clone 注意現在2020後的github新建的都是main不是master git commit m 新增此次更新的內容備註 其他 git remote v 檢視遠端倉庫詳細資訊,可以看到倉庫名稱 git remote remove orign 刪除orign倉庫 如果把origin拼寫...

網路教程 gitee github的基礎使用方法

gitee官方示例 視覺化工具 ubuntu使用git 根據自己的作業系統選擇版本進行安裝 參考文章 更多 cd ssh ssh keygen t rsa c youremail youremail.com generating public private rsa key pair.三次回車即可生...