IntelliJ连接到组织VPN时无法连接互联网?

huangapple go评论64阅读模式
英文:

IntelliJ not connecting to internet when my organization vpn is connected?

问题

我尝试进行 Gradle 构建,但是 IntelliJ 没有下载我的依赖项。
我已连接到组织的 VPN,还尝试了自动 HTTP 代理和自定义 VM 参数,但没有成功。我尝试在代理设置中测试连接,但在使用 VPN 时失败。
但是在没有使用 VPN 的情况下,测试连接是成功的。在一周之前,这两种方式都能正常工作。无法理解突然出现的问题。有任何解决方案。
IntelliJ 版本为 2019.1.2

英文:

I tried to make gradle build, but intellij not downloading my dependency.
I am connected to my organization VPN, also tried automatic HTTP proxy
and custom vm argument no luck. I tried test connection in proxy settings it failing with VPN.
But without VPN test connection is success. Week before both ways its working. Can't understood sudden problem. Any solutions
Intellij Version 2019.1.2

答案1

得分: 3

我自己没有遇到过这个问题,但根据我在互联网上看到的情况,这很可能不是IDEA的问题,而是一个与“通过VPN使用Gradle”的问题。

一些搜索显示如下:

如何配置使用VPN的Gradle

修复IDEA中SBT代理的示例

英文:

I didn't encounter this problem myself, but from what I see in the internet, this is most likely not an IDEA problem, but a "Grandle through VPN" problem.

Some googling shows up next:

How to configure Grandle with VPN

Example of fixing SBT proxy in IDEA

huangapple
  • 本文由 发表于 2020年9月28日 21:23:20
  • 转载请务必保留本文链接:https://go.coder-hub.com/64103073.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定