我正在使用 leiningen 版本 1.X,我正在尝试将其更新到版本 2.X。
正如本网站所写,我将脚本下载为“lein2”,但是当我尝试运行“lein2”命令时,收到此错误消息。
Could not find artifact lein-newnew:lein-newnew:pom:0.3.4 in central (http://repo1.maven.org/maven2)
Could not transfer artifact lein-newnew:lein-newnew:pom:0.3.4 from/to clojars (https://clojars.org/repo/): Specified destination directory cannot be created: /Users/smcho/.m2/repository/lein-newnew/lein-newnew/0.3.4
Exception in thread "main" org.sonatype.aether.resolution.DependencyResolutionException: Failed to collect dependencies for [#<Dependency lein-newnew:lein-newnew:jar:0.3.4 (compile)>]
at ...
... 4 more
服务器似乎没有响应,但我不确定。可能有什么问题?我使用 Mac OS X 10.7.4。