github不能访问,ping不通github.com解决办法

翻墙的锅:解决办法如下

打开 hosts文件,地址:C:\Windows\System32\drivers\etc 

 然后在hosts文件中添加:

1

2

192.30.253.112 github.com

151.101.88.249 github.global.ssl.fastly.net

然后就可以正常操作了

猜你喜欢

转载自blog.csdn.net/sdta25196/article/details/80203152