无法打开 WebStorm 官网,提示ERR_CONNECTION_REFUSED
Lasted 2020-03-03 12:08:34
打开 WebStorm 官网,提示无法访问此网站,服务器拒绝。
WebStorm 官网地址:https://www.jetbrains.com/webstorm/
This site can’t be reached www.jetbrains.com refused to connect. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_REFUSED
如果其他网站能正常访问,可能是由于之前破解时设置过 hosts。
查看 hosts,注释已经设置的 host 即可解决,如下所示:
sudo vi /etc/hosts
#0.0.0.0 account.jetbrains.com #0.0.0.0 www.jetbrains.com