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.
Newer versions of tools.gitlibs does not have a problem with a password protected private key because they now use git command directly. JSCH is removed, so I think that JSCH workaround in lein-git-down can be removed as well.
The text was updated successfully, but these errors were encountered:
sanel
added a commit
to sanel/lein-git-down
that referenced
this issue
Apr 11, 2023
tools.gitlibs now uses `git` directly, instead of Jsch, so workarounds
are no longer necessary. Password protected private keys are now
handled just like they are done through normal `git` command.
Addressing reifyhealth#57
Newer versions of
tools.gitlibs
does not have a problem with a password protected private key because they now usegit
command directly. JSCH is removed, so I think that JSCH workaround inlein-git-down
can be removed as well.The text was updated successfully, but these errors were encountered: