-
In china, we have to use vpn or proxy to visite maven repositoy, github and other website not in China. sdkman is a useful tool to manager jdks and sdks. but I want to set proxy when downloading sdks(the downloading is very slow for China's gfw). Could you give me some suggestions? |
Beta Was this translation helpful? Give feedback.
Answered by
marc0der
Mar 16, 2023
Replies: 1 comment 1 reply
-
Hi @vivostar 👋 SDKMAN uses This article has some good tips to configure Hope it helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vivostar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @vivostar 👋
SDKMAN uses
curl
to make all http calls, so you can configure it in the usual way to use your proxy.This article has some good tips to configure
curl
:https://www.baeldung.com/linux/curl-permanent-proxy
Hope it helps!