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:
any help please?
@dpinart if you run: [enum]::GetNames([Net.SecurityProtocolType]) and don't see tls12, your powershell version may be too old
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.