Usei o gerenciador de pacotes choco para instalar porem apresentou o seguinte erro "Exceção ao chamar "DownloadFile" com "2" argumento(s): "A solicitação foi anulada: Não foi possível criar um canal seguro para SSL/TLS."
No linha:1 caractere:145
... che]::DefaultNetworkCredentials; $client.DownloadFile($a, $f)} "https ...
~CategoryInfo : NotSpecified: (:) [], MethodInvocationException
FullyQualifiedErrorId : WebException
Failed to download https://github.com/technomancy/leiningen/releases/download/2.8.1/leiningen-2.8.1-standalone.zip
It is possible that the download failed due to "powershell", "curl" or "wget"'s inability to retrieve GitHub's security certificate. The suggestions below do not check certificates, so use this only if you understand the security implications of not doing so.
The PowerShell failed to download the latest Leiningen version. Try to use "curl" or "wget" to download Leiningen by setting up the HTTP_CLIENT environment variable with one of the following values:
a) set HTTP_CLIENT=wget --no-check-certificate -O b) set HTTP_CLIENT=curl -f -L -k -o
NOTE: Make sure to not add double quotes when setting the value of HTTP_CLIENT
C:\Users\kaique.lein\self-installs\leiningen-2.8.1-standalone.jar can not be found. You can try running "lein self-install" or change LEIN_JAR environment variable or edit lein.bat to set appropriate LEIN_JAR path."
To bem perdido, alguém pode me ajudar?