无法下载 eclipse 插件 emacs+

从 Eclipse 的 Marketplace 中下载 Emacs+失败 :roll_eyes:

Unable to connect to repository http://www.mulgasoft.com/emacsplus/e4/update-site/site.xml
Unable to connect to repository http://www.mulgasoft.com/emacsplus/e4/update-site/site.xml
No route to host

请问谁有 emacs+4.2.0 的安装包?

方法1:在 Eclipse 设置代理

方法2:从命令行安装(当然也需要代理),例如:

proxychains4 -q -f ~/.proxychains4shadowsocks.conf \
   /Applications/STS.app/Contents/MacOS/STS \
   -nosplash \
   -application org.eclipse.equinox.p2.director \
   -destination /Applications/STS.app/Contents/Eclipse/ \
   -repository http://download.eclipse.org/releases/oxygen/,http://www.mulgasoft.com/emacsplus/e4/update-site/ \
   -installIU com.mulgasoft.emacsplus.feature.feature.group

结果:

WARNING: Using incubator modules: jdk.incubator.httpclient
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized.  Will retry after the state location is initialized.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1 (file:/Applications/STS.app/Contents/Eclipse/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar) to method sun.security.ssl.SSLSocketImpl.setHost(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Installing com.mulgasoft.emacsplus.feature.feature.group 4.2.0.
Operation completed in 70747 ms.

我的环境是:

  • macOS (version: 10.11)
  • Spring Tool Suite (version: oxygen)
  • proxychains4 & shadowsocks