Fork me on GitHub
#tools-deps
<
2020-03-20
>
grzm15:03:43

I have a project which has a deps.edn dependency to a private http://github.com repo, Clojure deps is failing to pull the dependency with:

Cloning: [email protected]:grzm/psycho-roll.git
Error building classpath. [email protected]:grzm/private-repo.git: invalid privatekey: [B@1653b84e
org.eclipse.jgit.api.errors.TransportException: [email protected]:grzm/private-repo.git: invalid privatekey: [B@1653b84e
Seems like it’s an issue with my SSH keys, but I’m a bit puzzled as I can clone this same dependency from http://github.com from the command line with git clone without any problem, and the necessary keys show up when using ssh-add -l. Hints on what I might be doing wrong?

colinkahn23:03:14

Is this the best guide to use for getting running on Windows? https://github.com/clojure/tools.deps.alpha/wiki/clj-on-Windows

practicalli-johnny09:03:21

the #clj-on-windows channel can also provide help with this

colinkahn01:03:49

Oh nice, thanks!

sogaiu23:03:55

it definitely has relevant info that people have referenced here from time to time. the scoop option mentioned at the bottom of the page appears to be somewhat popular. would recommend checking that out.

sogaiu23:03:16

i have been using that successfully.

👍 4