windows - Installing Leiningen 2.6.0 (zip file) -
i attempted upgrade leiningen install on windows xp (sp3) machine using both lein upgrade , lein self-install. unfortunately, both attempts unsuccessful 1 can see below:
c:\>lein upgrade script @ c:\lein.bat upgraded latest stable version. want continue (y/n)?y downloading latest leiningen batch script... --2016-02-06 10:36:08-- https://github.com/technomancy/leiningen/raw/stable/bin/lein.bat resolving github.com (github.com)... 192.30.252.131 connecting github.com (github.com)|192.30.252.131|:443... connected. error: cannot verify github.com's certificate, issued 'cn=digicert sha2 extended validation serve r ca,ou=www.digicert.com,o=digicert inc,c=us': unable locally verify issuer's authority. connect github.com insecurely, use `--no-check-certificate'. failed download https://github.com/technomancy/leiningen/raw/stable/bin/lein.bat c:\>lein self-install downloading leiningen now... --2016-02-06 10:39:39-- https://github.com/technomancy/leiningen/releases/download/2.6.0/leiningen- 2.6.0-standalone.zip resolving github.com (github.com)... 192.30.252.131 connecting github.com (github.com)|192.30.252.131|:443... connected. error: cannot verify github.com's certificate, issued 'cn=digicert sha2 extended validation serve r ca,ou=www.digicert.com,o=digicert inc,c=us': unable locally verify issuer's authority. connect github.com insecurely, use `--no-check-certificate'. failed download https://github.com/technomancy/leiningen/releases/download/2.6.0/leiningen-2.6.0- standalone.zip possible download failed due "powershell", "curl" or "wget"'s inability retreive github's security certificate. suggestions below not check certificates, use if understand security implications of not doing so. curl failed download latest leiningen version. try use "wget" download leiningen setting http_client environment variable 1 of following values: " a) set http_client=curl -f -l -k -o" note: make sure *not* add double quotes set value of http_client if neither curl nor wget can download leiningen, please seek on leiningen's github project issues page. using --no-check-certificate option failed resolve issue.
in attempt satiate intellectual curiosity, manually downloaded leiningen-2.6.0-standalone.zip, unsure of how proceed install can use leiningen in customary manner. sinmply upzip file folder, e.g., c:\lein, , add path? appreciated.
thanks.
lein upgrade works me on linux.
http://leiningen.org/ links windows installer - http://leiningen-win-installer.djpowell.net/ maybe work?
Comments
Post a Comment