1.在setting.xml文件中配置代理
<proxy>
<id>optional</id>
<active>true</active>
<protocol>http</protocol>
<username>这里填写你的计算机用户名</username>
<password>密码</password>
<host>代理服务器,可以从控制面板-网络共享中心-internet选项-连接-局域网设置中查看</host>
<port>80</port>
<nonProxyHosts>local.net|some.host.com</nonProxyHosts>
</proxy>
2.在Idea中配置网络代理