问题描述

使用的MAC,Idea 使用过程中总是无法联网正常下载依赖使用。
今天终于怀疑到是代理问题,进入Preferences -> HTTP Proxy 显示如下:
You have JVM Property socksProxyHost set to 127.0.0.1
文字描述如下:
You have JVM property “socksProxyHost" set to “127.0.0.1”.
This may lead to incorrect behaviour. Proxy should be set in Settings | HTTP Proxy
This JVM property is old and its usage is not recommended by Oracle.(Node: It could have been assigned by some code dynamically.)

问题解决

在网上找了几种方案尝试了下,如下方案解决了我的问题:

System preferences -> network -> Ethernet or wifi -> Advanced -> proxies, uncheck proxy you have enabled before.

忘了自己什么时候把全局 的网络设置设置了默认代理,或者可能是其他软件设置的吧!
在此记录分享给大家,也便于自己以后查询。

相关文章:

  • 2021-11-01
  • 2021-08-27
  • 2022-03-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-10
  • 2021-09-27
猜你喜欢
  • 2022-12-23
  • 2022-02-15
  • 2022-01-01
  • 2022-12-23
  • 2021-08-18
  • 2021-09-04
  • 2021-10-04
相关资源
相似解决方案