GoLand Proxy settings

Hi, 

I'm running GoLand 2017.3.3 x64 on Windows 10 (my company laptop) and I try to clone a GIT repository from Github via the company proxy.  

When going to File > Settings > (search for proxy) I add my company proxy manually f.e. 80.80.80.80:8080 and "Check Connection" i get a "success". 

When I go to VCS > Update Project I get that a differnet IP proxy is not reachable for example 90.90.90.90:8080. 

The 90.90.90.90:8080 is our old proxy and not working anymore. 

Does someone know which locations GoLand uses to pull proxy settings?

Regards,

Markus

0
2 comments

Hi,

 

Is it possible that you have a different proxy configuration in git itself? For example, if you run:

git config --global --get http.proxy

will that show you the old IP address?

0
Avatar
Permanently deleted user

Hi Florin, 

this was not the issue. The proxy set in the git config is a different one from the one in the error message in GoLand. 

I found out that it works when i'm in the office network and does not work when I'm connected by the Cisco AnyConnect VPN client to the company network. 

So next question is how can I find out which proxy configuration GoLand is using when connected via VPN (Windows 10 experts where are you).

Regards

Markus

0

Please sign in to leave a comment.