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能够正常工作。
...