github公式サイトが入らないかホームページが開かない


前言


今日ブログに文章を提出したとき、次のような間違いがありました.大体の意味は、この倉庫にアクセスする権限があるかどうかを確認してください.最初は私のhexoに間違いがあったと思っていましたが、hexo--debugをしても異常は見つかりませんでした.その後、私のgithubを調べてみたいと思っていましたが、アクセスできないことに気づき、原因を特定し、倉庫の住所にアクセスできませんでした.
ssh: connect to host github.com port 22: Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL Something's wrong. Maybe you can find the solution here: https://hexo.io/docs/troubleshooting.html
Error: Spawn failed
    at ChildProcess.<anonymous> (D:\blog\hexo
ode_modules\hexo-util\lib\spawn.js:51:21) at ChildProcess.emit (events.js:223:5) at ChildProcess.cp.emit (D:\blog\hexo
ode_modules\cross-spawn\lib\enoent.js:34:29) at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)

解決策


ホストファイルの変更

Windows   C:\Windows\System32\drivers\etc\ 
Android( ) hosts  /etc/ 
Mac( ) hosts  /etc/ 
iPhone(iOS) hosts  /etc/ 
Linux hosts  /etc/
 Unix  /etc/

hostsファイルに以下のIPを入れて保存すると有効になります
#github
192.30.253.113 github.com

Webページを開くと有効になります