elpa源下包现在有遇到有些包下载不到吗

(require 'package)
(setq package-archives '(
                         ("melpa-cn" . "http://1.15.88.122/melpa/")
                         ("gnu-cn"   . "http://1.15.88.122/gnu/")
                         ("org-cn" . "http://1.15.88.122/org/")
                         ("stable-melpa" . "http://1.15.88.122/stable-melpa/")
                         ("nongnu" . "http://1.15.88.122/nongnu/")
                         ))
(setq package-check-signature nil)

遇到

Contacting host: 1.15.88.122:80
package--with-response-buffer-1: http://1.15.88.122/melpa/find-file-in-project-20220430.107.el: Not found
Contacting host: 1.15.88.122:80
package--with-response-buffer-1: http://1.15.88.122/melpa/find-file-in-project-20220430.107.el: Not found
Contacting host: 1.15.88.122:80
package--with-response-buffer-1: http://1.15.88.122/melpa/all-the-icons-20220427.1911.tar: Not found

用国内的其他镜像源吧,tuna、ustc都比较快

我之前以为elpa 是 tuna ustc 上游,所以应该直接使用 elpa

elpa和melpa是两个源,以前emacs-china是上游,现在都是从官方直接同步了。elpa是上游从何谈起,不懂

哦 原来如此

用这个源吧:Emacs ELPA 源使用帮助 — USTC Mirror Help 文档

你代码里面的 ip 地址我看不懂为什么这么设,看不出域名是什么。

tuna ustc 都是 package--with-response-buffer-1: http://mirrors.ustc.edu.cn/elpa/melpa/find-file-in-project-20220430.107.el: Not found

更新没有,package-refresh-contents.

2 个赞

还真是的 字数补丁