码迷,mamicode.com
首页 > 其他好文 > 详细

局域网内使用IntelliJ IDEA无法下载Gradle插件的问题

时间:2017-02-08 20:14:16      阅读:2525      评论:0      收藏:0      [点我收藏+]

标签:str   error   either   erro   nec   style   注意   strong   插件   

团队要使用IntelliJ IDEA和Gradle进行开发。

因为在局域网内,必须通过代理访问外网,而IntelliJ IDEA全局配置代理后仍无法下载Gradle插件:

Error:Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either in IDE or Gradle.

提示超时。

后来想到直接把本机的 C:\Users\weiwei\.gradle 文件夹发给同事,问题解决。

注意

这里只是解决了Gradle的问题,后续需要从往上下载jar包,仍然需要配置代理。

可在项目根目录下新建gradle.properties文件,并在其中配置:

systemProp.http.proxyHost=192.168.51.252
systemProp.http.proxyPort=8080
systemProp.https.proxyHost=192.168.51.252
systemProp.https.proxyPort=8080

即可。

局域网内使用IntelliJ IDEA无法下载Gradle插件的问题

标签:str   error   either   erro   nec   style   注意   strong   插件   

原文地址:http://www.cnblogs.com/darknebula/p/6379709.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!