You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
Currently I am having an issue where my build fails because of this error: (git://github.com): ssh://[email protected]/MiyamotoAkira/timbre-json-appender: Auth fail
It is my first time using lein-git-down on CircleCI
On project.clj I have: :repositories [["public-github" {:url "git://github.com" :protocol :https}]]
so not sure why is trying to use ssh to get to the repo (which is public)
Steps:
Add git-lein-down on the project
Run from CircleCi
Project.clj:
This is a cut down version
Though my specific issue is no longer in place because they updated with my PR I will try to check redo it again, to see if I can replicate the issue again.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently I am having an issue where my build fails because of this error:
(git://github.com): ssh://[email protected]/MiyamotoAkira/timbre-json-appender: Auth fail
It is my first time using lein-git-down on CircleCI
On project.clj I have:
:repositories [["public-github" {:url "git://github.com" :protocol :https}]]
so not sure why is trying to use ssh to get to the repo (which is public)
Steps:
Project.clj:
This is a cut down version
Other:
The build happens in a dockerfile with base
clojure:openjdk-16-lein
, which runs lein 2.9.7 and Java 16.0.2. Clojure version is 1.10.3When running locally I get this on the file
.lein-git-down
after successfully downloading the dependency:The text was updated successfully, but these errors were encountered: