bbatsov / prelude

Prelude is an enhanced Emacs 25.1+ distribution that should make your experience with Emacs both more pleasant and more powerful.
https://prelude.emacsredux.com
5.11k stars 1.85k forks source link

Trying to parse HTTP response code in odd buffer: *http melpa.milkbox.net:80* #252

Closed akshatpradhan closed 11 years ago

akshatpradhan commented 11 years ago

Remove .emacs.d % rm -rf .emacs.d % curl -L https://github.com/bbatsov/prelude/raw/master/utils/installer.sh | sh

Install Prelude Screen Shot 2013-01-13 at 3 32 30 PM

Fire up Emacs.app from Emacs for OSX Screen Shot 2013-01-13 at 3 36 59 PM

akshatpradhan commented 11 years ago

Let's try this again

Remove & reinstall prelude % rm -rf .emacs.d % curl -L https://github.com/bbatsov/prelude/raw/master/utils/installer.sh | sh

Now I'm getting this error error: Packageace-jump-mode' is not available for installation` Screen Shot 2013-01-13 at 3 48 54 PM

akshatpradhan commented 11 years ago

ah ha! recreated!, going to rm .emacs.d and try again to verify consistency of error.

Screen Shot 2013-01-13 at 3 56 31 PM

akshatpradhan commented 11 years ago

And one more time for consistency sake

Screen Shot 2013-01-13 at 4 00 56 PM

akshatpradhan commented 11 years ago

Blah, apparently this issue has already been reported Issue #157

bbatsov commented 11 years ago

@akshatpradhan The HTTP errors is not something related to Prelude, as you already so. Unfortunately the solution to simply restart the package installation process, until it manages to finish without timing out.

rinconjc commented 11 years ago

I had the a similar issue, running behind cntlm proxy. The reason was the IPv6 localhost address entry in /etc/hosts. Which caused a connection refused in the first attempt. Removing the entry (specifically : :1 localhost) fixed the initial failure. The everything works quite well.