Skip to content

Instantly share code, notes, and snippets.

@madstap
Last active April 26, 2018 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madstap/461495f64ea934ac42839118269948b3 to your computer and use it in GitHub Desktop.
Save madstap/461495f64ea934ac42839118269948b3 to your computer and use it in GitHub Desktop.
Cider cljr issue workaround
;; error in process sentinel: nrepl-server-sentinel: Could not start nREPL server: Retrieving refactor-nrepl/refactor-nrepl/2.4.0-SNAPSHOT/refactor-nrepl-2.4.0-20180410.152833-6.jar from clojars
;; Could not transfer artifact refactor-nrepl:refactor-nrepl:jar:2.4.0-20180410.152833-6 from/to clojars (https://repo.clojars.org/): GET request of: refactor-nrepl/refactor-nrepl/2.4.0-SNAPSHOT/refactor-nrepl-2.4.0-20180410.152833-6.jar from clojars failed
;; This could be due to a typo in :dependencies, file system permissions, or network issues.
;; If you are behind a proxy, try setting the 'http_proxy' environment variable.
;; Bozhidar:
;; Seems like some problem related to fetching the dep.
;; I guess you can just disable `clj-refactor`’s injection of dependencies.
(setq cljr-inject-dependencies-at-jack-in nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment