clj-on-windows

For those interested in making clj on Windows https://dev.clojure.org/jira/browse/TDEPS-67. Also see https://github.com/littleli/scoop-clojure.
dpinart 2019-07-10T06:14:38.330600Z

Hi. I'm trying to install clj on windows 7 running the PowerShell script supplied on https://github.com/clojure/tools.deps.alpha/wiki/clj-on-Windows but I'm getting following error:

dpinart 2019-07-10T06:14:46.330700Z

dpinart 2019-07-10T06:14:53.331100Z

any help please?

2019-07-10T07:55:11.331500Z

@dpinart if you run: [enum]::GetNames([Net.SecurityProtocolType]) and don't see tls12, your powershell version may be too old

seancorfield 2019-07-10T16:03:12.332700Z

Someone else ran into that problem a while back and it seems that Windows 7 has PowerShell 2 installed by default which won't work with the new installer. I believe you can upgrade PS to version 3 on Windows 7, but I'm not sure that fixes the problem.