在idea下Git pull命令提示一个433的错误解决方法

在cmd命令下,ping一下github.com。这个时候应该是一个请求超时。我解决的办法是(也是网上找了好久的),修改在C:\Windows\System32\drivers\etc这个目录hosts文件,

在最后添加

192.30.253.113 github.com
192.30.252.131 github.com
185.31.16.185 github.global.ssl.fastly.net
74.125.237.1 dl-ssl.google.com
173.194.127.200 groups.google.com
192.30.252.131 github.com
185.31.16.185 github.global.ssl.fastly.net
74.125.128.95 ajax.googleapis.com

这些之后就可以。再ping一个github.com,这个时候就能行了。在pull或者push就可以了。

在idea下Git pull命令提示一个433的错误解决方法_第1张图片

你可能感兴趣的:(解决方法)