curl: (7) Failed to connect to get.sdkman.io port 443: Network is unreachable

1.4k Views Asked by At

I am trying to install sdkman on my mac. I simply copy and paste the curl command that is given on the website "curl -s "https://get.sdkman.io" | bash" but when i do I keep getting the error message mentioned above in the title.

I remove the -s to get the error message so the command looks like this "curl "https://get.sdkman.io" | bash"

can anyone help?

0

There are 0 best solutions below