首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >从github克隆的incanter上的lein deps失败

从github克隆的incanter上的lein deps失败
EN

Stack Overflow用户
提问于 2014-12-07 17:37:33
回答 2查看 171关注 0票数 0

从github克隆咒语。当我尝试做麻风病时,我会犯很多错误:

代码语言:javascript
复制
idf@idf-Satellite-C55t-A ~/Documents/clojure $ git clone https://github.com/incanter/incanter.git
Cloning into 'incanter'...
remote: Counting objects: 12328, done.
remote: Total 12328 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (12328/12328), 40.96 MiB | 402.00 KiB/s, done.
Resolving deltas: 100% (7077/7077), done.
Checking connectivity... done.
idf@idf-Satellite-C55t-A ~/Documents/clojure $ cd incanter/
idf@idf-Satellite-C55t-A ~/Documents/clojure/incanter $ lein deps
Could not find artifact incanter:incanter-core:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-io:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-charts:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-mongodb:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-pdf:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-svg:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-latex:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-excel:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-sql:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact incanter:incanter-zoo:jar:1.5.6-SNAPSHOT in clojars (https://clojars.org/repo/)
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
idf@idf-Satellite-C55t-A ~/Documents/clojure/incanter $ 

不知道问题出在哪里。我在几次不同的时间尝试过这一点,看看它是否与网络问题有关,但问题仍然存在。

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2014-12-27 14:18:48

您需要执行script/install来编译代码&将所有内容安装到本地maven存储库中。

票数 3
EN

Stack Overflow用户

发布于 2014-12-07 18:57:16

在Clojars上似乎还没有1.5.6咒语可供使用。例如https://clojars.org/search?q=incanter-core

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/27345625

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档