Mac:www.jetbrains.com 拒绝了我们的连接请求。

文章目录

问题

想下载 pycharm,出现:
www.jetbrains.com 拒绝了我们的连接请求。

原因

在hosts文件中已经配置了该网址的IP,但那IP是本地IP。导致找不到正确的IP。

解决

要把这些有关的IP给删掉。
(1)查找出 hosts 文件
在命令终端,打开hosts文件存放路径:open /private/etc ;搜索 hosts 文件 ;拷贝文件到桌面,用文本编辑器打开,可以发现:

##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1	localhost
255.255.255.255	broadcasthost
::1             localhost

127.0.0.1	account.jetbrains.com
127.0.0.1	www.jetbrains.com

(2) 删掉跟jetbrains有关的IP

##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1	localhost
255.255.255.255	broadcasthost
::1             localhost

(3)把修改后的文件放回原路径
(4)成功打开该网页
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值