Github cannot be loaded and garbled characters are modified. Modify the hosts file and refresh the cache [Personal test works]

Open the terminal and enter the command to edit the hosts file 

sudo vim /etc/hosts

Add the DNS address of github

#github
185.199.108.133 raw.githubusercontent.com
185.199.110.133 raw.githubusercontent.com
185.199.109.133 raw.githubusercontent.com
185.199.111.133 raw.githubusercontent.com
185.199.110.133 objects.githubusercontent.com
185.199.111.133 objects.githubusercontent.com
185.199.108.133 objects.githubusercontent.com
185.199.109.133 objects.githubusercontent.com
185.199.111.154 github.githubassets.com
185.199.108.154 github.githubassets.com
185.199.109.154 github.githubassets.com
185.199.110.154 github.githubassets.com

140.82.112.3 github.com
151.101.1.6 github.global.ssl.fastly.net
185.199.108.153 assets-cdn.github.com
185.199.109.153 assets-cdn.github.com
185.199.110.153 assets-cdn.github.com
185.199.111.153 assets-cdn.github.com

140.82.121.4 github.com

Run the following command in the terminal to refresh the cache 

sudo killall -HUP mDNSResponder

Guess you like

Origin blog.csdn.net/m0_73442728/article/details/132873375