当我启动Emacs时(在命令行中使用emacs --debug-init
),我才刚刚开始使用它:
Lisp error: (file-error "make client process failed" "No route to host" :name "elpa.gnu.org" :buffer #<killed buffer> :host "elpa.gnu.org" :service 80 :nowait nil :tls-parameters nil)
signal(file-error ("make client process failed" "No route to host" :name "elpa.gnu.org" :buffer #<killed buffer> :host "elpa.gnu.org" :service 80 :nowait nil :tls-parameters nil))
package--download-one-archive(("gnu" . "http://elpa.gnu.org/packages/") "archive-contents" nil)
使用emacs --insecure
重新启动,仅emacs
似乎有效。顺便说一句,我已经将use-package
和:ensure t
一起设置了。好的重启会在我执行*Messages*
时在M-x list-packages
中产生,但是跳过并完成就好了:
error in process sentinel: Error retrieving: http://elpa.gnu.org/packages/archive-contents (error connection-failed "failed with code 113
" :host "elpa.gnu.org" :service 80)
我在Google上搜索并看到了各种初始化安装程序修补程序的解决方案...我认为这不适用于此特定问题。我猜“外面”有问题,而不是在我的机器上。有什么想法/建议吗?我正在使用最新的Ubuntu和Emacs 26.2。