git-问题

Cloning into ‘hugo-theme-learn’…
fatal: unable to access ‘https://github.com/matcornic/hugo-theme-learn.git/': OpenSSL SSL_connect: Connection was reset in connection to github.com:443

fatal: unable to access ‘https://github.com/matcornic/hugo-theme-learn.git/': Failed to connect to github.com port 443: Timed out

打开下面网址 把 ip 地址复制到 hosts 文件中
https://github.com.ipaddress.com/
https://fastly.net.ipaddress.com/github.global.ssl.fastly.net#ipinfo
https://github.com.ipaddress.com/assets-cdn.github.com

修改 hosts 文件,添加下面记录, ip 使用上面查询到的
112.64.186.254 github.com

修改完 hosts 文件后,刷新生效
ipconfig /flushdns