1. 程式人生 > >https://clojars.org/ 連線失敗解決 Retrying connect to {s}->https://clojars.org

https://clojars.org/ 連線失敗解決 Retrying connect to {s}->https://clojars.org

開發clojure  網站https://clojars.org是必須的,但是我就遇上連線不上,其他公司的同事都沒有這個問題,噁心的網路。

問題有3

1)網頁https://clojars.org連線不上

2)lein 執行lein install/uberjar都失敗

3)emacs nrepl-server 啟動失敗

這些都是https://clojars.org訪問不行造成的,花了半天時算是解決了;

第一個好解決,翻牆就可以了;但是不要以為翻牆了其他問題就沒有了,2、3還是有的。

解決執行lein install/uberjar都失敗,可以在~/.lein/project.clj中新增下面的程式碼

{:user  {:jvm-opts ["-Dhttps.proxyHost=xxx.xxx.net" "-Dhttps.proxyPort=xxx"]}}

注意:原先有的 {:user還是保留

ok, 這樣就解決了第二個問題。

第三個可以在啟動 emacs 的時候前面新增 代理

HTTPS_PROXY=http://xxx.net:xxx  /Applications/Emacs.app/Contents/MacOS/Emacs

好了,全部解決,得意