windows - package-refresh-contents hangs at Contacting host: elpa.gnu.org:80 -


i'm running emacs 24.4 windows (installed through chocolatey) , trying install cider.

when run m-x package-install [ret] cider [ret], [no match]. when run m-x package-refresh-contents [ret], hangs on contacting host: elpa.gnu.org:80.

~/.emacs.d populated github repo recommended braveclojure.com (here). i've reinstalled emacs , i'm still getting same problem.

i had same problem on emacs elpa wiki set un elpa have modify emacs init file located @ ~/.emacs or _emacs or ~/.emacs.d/init.el me ~/.emacs-live.el since have version.

i updated file following:

(setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/")                      ("marmalade" . "http://marmalade-repo.org/packages/")                      ("melpa" . "http://melpa.org/packages/"))) 

seems needed configuration elpa going packages.

after ran m-x package-refresh-contents [ret] , m-x package-install [ret] cider [ret] installed cider.



Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -