This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-30
Channels
- # announcements (5)
- # beginners (3)
- # biff (11)
- # cider (5)
- # clj-kondo (5)
- # cljdoc (4)
- # clojure (18)
- # clojure-dev (7)
- # clojure-europe (5)
- # clojure-gamedev (8)
- # clojure-norway (223)
- # clojurescript (4)
- # data-science (22)
- # emacs (5)
- # exercism (2)
- # fulcro (2)
- # graalvm (6)
- # jobs-discuss (4)
- # lsp (16)
- # matrix (1)
- # off-topic (41)
- # scittle (16)
- # xtdb (3)
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).
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 🙂
You could probably run clj-P from a terminal to get the deps and then jack in as normal
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
FYI https://github.com/clojure-emacs/cider/issues/3601 Let me know if anything is missing!