gpt4 book ai didi

clojure - 无法下载 Leiningen 独立 jar 文件

转载 作者:行者123 更新时间:2023-12-02 11:13:06 24 4
gpt4 key购买 nike

我根本无法在 Debian linux 上安装 leiningen :

> lein
Downloading Leiningen to /home/debianaut/.lein/self-installs/leiningen-2.4.3-standalone.jar now...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 355 100 355 0 0 240 0 0:00:01 0:00:01 --:--:-- 375
100 14.2M 100 14.2M 0 0 51565 0 0:04:48 0:04:48 --:--:-- 41059
Failed to download https://github.com/technomancy/leiningen/releases/download/2.4.3/leiningen-2.4.3-standalone.jar
It's possible your HTTP client's certificate store does not have the
correct certificate authority needed. This is often caused by an
out-of-date version of libssl. Either upgrade it or set HTTP_CLIENT
to turn off certificate checks:
export HTTP_CLIENT="wget --no-check-certificate -O" # or
export HTTP_CLIENT="curl --insecure -f -L -o"
It's also possible that you're behind a firewall haven't yet
set HTTP_PROXY and HTTPS_PROXY.

我尝试设置 HTTP_CLIENT 但仍然出现相同的错误。我从 lein 脚本中读取的版本是 2.4.3

最佳答案

我也遇到过这个错误。这就是我在 Ubuntu 15.04 和 Leiningen 2.5.2 中所做的。

  1. 保存lein将文件复制到 ~bin 目录中(如果不存在则创建它)。
  2. 更改 lein 文件的权限以使其可执行 (chmod 755 ~/bin/lein)
  3. 使用文本编辑器打开lein
  4. 在第 116 行,将 .jar 更改为 .zip,使其应为 LEIN_JAR="$LEIN_HOME/self-installs/leiningen-$LEIN_VERSION -standalone.zip"
  5. GitHub 下载 Leiningen 2.5.2 .
  6. 将 zip 文件 leiningen-2.5.2-standalone.zip 放入 ~/.lein/self-installs(请勿解压 - 如果未解压,请创建目录不存在 - 这是一个隐藏目录,在 Gnome 文件中,按 Ctrl+H 即可查看)
  7. 启动您的第一个项目:lein new MyFirstLeinProject

瞧。

关于clojure - 无法下载 Leiningen 独立 jar 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25225241/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com