Suggestion on when you have to set the 'http_proxy' variable

For example, on Windows:
set http_proxy=http://user:pwd@proxyserver:port
This commit is contained in:
Roberto Mannai 2013-06-05 16:14:08 +03:00
parent fa83ea7ae8
commit f4a0fcfa34

View file

@ -170,7 +170,7 @@
(binding [*out* *err*]
;; Cannot recur from catch/finally so have to put this in its own defn
(print-failures e)
(println "This could be due to a typo in :dependencies or network issues.")
(println "This could be due to a typo in :dependencies or network issues. If behind a proxy, you have to set the 'http_proxy' environment variable.")
#_(when-not (some #(= "https://clojars.org/repo/" (:url (second %))) repositories)
(println "It's possible the specified jar is in the old Clojars Classic repo.")
(println "If so see https://github.com/ato/clojars-web/wiki/Releases.")))