2024 Clojure 状况调查!中分享您的想法。

欢迎!请查看关于页面,了解更多关于这个网站的信息。

+2
Clojure

重现

$ clojure -Ttools install-latest :lib io.github.seancorfield/clj-new :as new
new: Installed io.github.seancorfield/clj-new v1.2.404 {:git/tag "v1.2.404", :git/sha "d4a6508"}

$ clojure -Ttools install-latest :lib io.github.seancorfield/deps-new :as new
Execution error (ExceptionInfo) at clojure.tools.deps.extensions.git/coord-err (git.clj:46).
Library io.github.seancorfield/deps-new has invalid tag: v1.2.404

1 答案

0

好的,我已经在下一个 CLI 版本中解决了这个问题。

与此同时,我已经在deps-new README文件中添加了一段说明,关于安装错误以及建议使用clojure -Ttools remove :tool new作为一种清理方式,以便使install-latest正常工作。
...