私の問題は、私のコンピューターで leiningen が動作していないことです。次のようなエラーが表示されます。
Could not transfer artifact lein-ring:lein-ring:pom:0.4.5 from/to central (http://repo1.maven.org/maven2): Connection to http://repo1.maven.org r
Could not transfer artifact lein-ring:lein-ring:pom:0.4.5 from/to clojars (https://clojars.org/repo/): Connection to https://clojars.org refused
問題は、maven インストールの settings.xml にミラーが構成されていることだと思います。カスタム構成を持たない埋め込み Maven またはその他の Maven インストールを使用するように leiningen に指示するにはどうすればよいですか?
私は他のJavaプロジェクトにmavenを使用していますが、何らかの形でleiningenと競合しています。