xxoo
1
更新时,错误如下:
(Spacemacs) --> refreshing package archive: melpa... [1/3]
Contacting host: melpa.org:443
gnutls.el: (err=[-50] The request is invalid.) boot: (:priority NORMAL:-VERS-TLS1.3 : hostname melpa.org :loglevel 0 :min-prime-bits 256 :trustfiles nil :crlfiles nil :keylist nil :verify-flags nil :verify-error nil :callbacks nil)
(Spacemacs) --> refreshing package archive: org... [2/3]
Contacting host: orgmode.org:443
gnutls.el: (err=[-50] The request is invalid.) boot: (:priority NORMAL:-VERS-TLS1.3 :hostname orgmode.org :loglevel 0 :min-prime-bits 256 :trustfiles nil :crlfiles nil :keylist nil :verify-flags nil :verify-error nil :callbacks nil)
(Spacemacs) --> refreshing package archive: gnu... [3/3]
Contacting host: elpa.gnu.org:443
gnutls.el: (err=[-50] The request is invalid.) boot: (:priority NORMAL:-VERS-TLS1.3 :hostname elpa.gnu.org :loglevel 0 :min-prime-bits 256 :trustfiles nil :crlfiles nil :keylist nil :verify-flags nil :verify-error nil :callbacks nil)
xxoo
3
确实有问题,我这是猪场源和清华源都打不开,鹅厂源和我们论坛的可以
搞笑的是 Spacemacs 已经设了 (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
,然而現在在我这只有设成 nil
才能正常上 melpa, gnu, org。
我用的是 emacs macport
"GNU Emacs 26.1 (build 1, x86_64-apple-darwin18.0.0, Carbon Version 158 AppKit 1671)
of 2018-09-30"
gnutls-cli 3.6.8
Emacs 更新到 26.3 就不會触发 Spacemacs 的这个设置。