Settings Sync Through VPN

Answered

Is there a particular process that allows for the syncing of settings? While a VPN is connected, IDE settings sync fails consistently. Allowing idea64.exe through the VPN still results in a failed settings sync. I have had to allow git.exe through for similar reasons due to SSH so I was wondering if I needed to follow a similar process for IDE settings to sync. Thanks!

0
1 comment

Resolved by adding 

-Djava.net.preferIPv4Stack=true

to .vmoptions file. Solution found in https://youtrack.jetbrains.com/issue/IDEA-253939#focus=Comments-27-4635107.0-0

0

Please sign in to leave a comment.