1
resposta

não consigui instalar

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?

1 resposta

Oi Kaique, tudo bem? No nosso curso de Windows, ensinamos a instalar esses pacotes com o Chocolatey, lá tem um pacote disponível pra Clojure, você já testou essa alternativa?

https://chocolatey.org/packages/clojure

O Chocolatey funciona como um apt-get do Debian, ele vai baixar e configurar algumas coisas no automático pra você. Me parece menos trabalhoso. Que tal testar essa pra ver se funciona?

Quer mergulhar em tecnologia e aprendizagem?

Receba a newsletter que o nosso CEO escreve pessoalmente, com insights do mercado de trabalho, ciência e desenvolvimento de software