Fork me on GitHub
#cider
<
2023-12-30
>
pavlosmelissinos16:12:17

On cider 1.12.0 and I can't jack-in to a deps.edn project with private git dependencies. Rather than ask for my ssh passphrase, I'm getting the text of the prompt in the REPL buffer (Cloning: [email protected]:xxx/yyyyyyy.git Enter passphrase for key '/home/user/.ssh/fffff: ) but no option for user input. Is this a known issue or have I messed up something? I can reproduce with emacs -q and a deps.edn with a private git repo as the only dependency. I'm sure it used to work with an older version but can't remember which one (pretty sure I last updated within 2023 though).

vemv17:12:54

Please create an issue, will be happy to attend it In the meantime, you can spawn a standlone cider/nrepl server and cider-connect to it 🙂

dpsutton17:12:39

You could probably run clj-P from a terminal to get the deps and then jack in as normal

pavlosmelissinos17:12:45

Will do! I was hesitant to create an issue because I'm not even sure it's cider specific to be honest... It does seem to be though because I seem to be getting a proper prompt if I run magit-clone directly :thinking_face: Thanks for the alternatives, I can definitely work around the issue. 🙂 I'll create an issue as soon as I get back home

pavlosmelissinos01:12:19

FYI https://github.com/clojure-emacs/cider/issues/3601 Let me know if anything is missing!

🙌 1