This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-03-22
Channels
- # beginners (240)
- # boot (23)
- # bristol-clojurians (3)
- # cider (101)
- # cljs-dev (52)
- # cljsrn (17)
- # clojure (212)
- # clojure-dusseldorf (2)
- # clojure-greece (2)
- # clojure-italy (9)
- # clojure-russia (1)
- # clojure-spec (91)
- # clojure-uk (33)
- # clojurescript (164)
- # community-development (23)
- # core-async (24)
- # core-logic (9)
- # cursive (18)
- # datavis (1)
- # datomic (119)
- # emacs (13)
- # events (1)
- # figwheel (2)
- # fulcro (86)
- # graphql (1)
- # immutant (5)
- # jobs-discuss (6)
- # leiningen (19)
- # lumo (46)
- # nyc (7)
- # off-topic (23)
- # parinfer (15)
- # pedestal (3)
- # planck (32)
- # re-frame (48)
- # reagent (75)
- # ring-swagger (13)
- # rum (32)
- # shadow-cljs (402)
- # spacemacs (5)
- # specter (3)
- # tools-deps (11)
- # unrepl (20)
- # vim (135)
- # yada (3)
git-related clj
dep issues
- https
authentication is not supported yet by clj
-- I wrote a patch that is waiting for eyes upstream
- ssh
authentication via Java is a usability trashfire. Works easily for some, doesn't work for others. I started rewriting tools.gitlibs (the underlying library) to shell out to git
, but I'm not sure it is viable because the solution must work across Windows to be accepted upstream.
- must ensure ssh-keyscan -H <host> >> ~/.ssh/known_hosts
because you cannot accept unseen ssh hostkeys (clj is non-interactive)
- esoteric .ssh/config
options can break cloning because the underlying java ssh libraries reads the config file poorly
- ed25519 keys supported via ssh-agent, but not via ~/.ssh/config entries
i wrote that internally, thought it would be a useful summary of some usability issues here
If you want to make a troubleshooting page on wiki or site, go for it
Report from a training session we did with clj using the linux installer. The jars were created as root read-only! That makes the scripts broken for most users to our knowledge.
Looking at the script, I think it could be different to make these problems go away. Maybe I'll take a stab at tackling them.
@alexmiller What is your process for testing the linux installer?