Skip to content

Infinite "Contacting host: stable.melpa.org:80" #1490

@nbro

Description

@nbro

I'm trying to install this mode. I added the following code (as explained in the README)

(require 'package)
(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(package-archives
   (quote
    (("gnu" . "http://elpa.gnu.org/packages/")
     ("melpa-stable" . "http://stable.melpa.org/packages/")))))

to the file ~/emacs. Then I re-open Emacs and I type M-x package-refresh-contents, and the following appears in a buffer:

Contacting host: elpa.gnu.org:80
Contacting host: stable.melpa.org:80

and it seems that it never terminates.

I'm not very familiar in general with Emacs but I would like to try it with this mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions