Last active
April 26, 2018 12:06
-
-
Save madstap/461495f64ea934ac42839118269948b3 to your computer and use it in GitHub Desktop.
Cider cljr issue workaround
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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