Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前得到的错误是:
File error: http://melpa.org/packages/haskell-mode-20161110.316.tar, Not found
安装intero时。我该如何解决这个问题?
谢谢!
尝试这个:
(package-refresh-contents)
如果您没有 melpa,因为它在 elpa 存储库中不可用:
(setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/") ("marmalade" . "https://marmalade-repo.org/packages/") ("melpa" . "https://melpa.org/packages/")))