简体   繁体   English

Windows 7上的emacs:无法下载“ melpa-stable”存档

[英]emacs on windows 7 : Failed to download 'melpa-stable' archive

我正在尝试在Windows 7计算机上为Clojure配置Emacs,但收到此错误消息,但我在macOS上没有得到:

Failed to download 'melpa-stable' archive

I got this issue in windows in general, this is due to not be able to connect via https to solve this, download gnutls dependencies and unzip to your emacs folder there is a zip with gnutls and other utilities 我一般在Windows中遇到此问题,这是由于无法通过https连接来解决此问题,下载了gnutls依赖项并将其解压缩到emacs文件夹中,其中包含带有gnutls和其他实用程序的zip文件

http://gnu.mirror.globo.tech/emacs/windows/emacs-25-x86_64-deps.zip http://gnu.mirror.globo.tech/emacs/windows/emacs-25-x86_64-deps.zip

this will work with emacs 25 这将与emacs 25一起使用

http://gnu.mirror.globo.tech/emacs/windows/emacs-25.3_1-x86_64.zip http://gnu.mirror.globo.tech/emacs/windows/emacs-25.3_1-x86_64.zip

Hope this helps 希望这可以帮助

In your Emacs config file, do you have the following at the top of it? 在Emacs配置文件中,它的顶部是否包含以下内容?

(setq package-archives
      '(("gnu" . "http://elpa.gnu.org/packages/")
        ("marmalade" . "http://marmalade-repo.org/packages/")
        ("melpa" . "http://melpa.org/packages/")))

代理服务器似乎阻止了http请求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM