dimitri / el-get

Manage the external elisp bits and pieces upon which you depend!
http://tapoueh.org/emacs/el-get.html
1.64k stars 457 forks source link

Use direct URL in edit-server recipe #2722

Closed rlaboiss closed 4 years ago

rlaboiss commented 4 years ago

The previous URL in the edit-server recipe [1] redirects to another URL [2]. For some unknown reason, installing the edit-server package through el-get yields the follwowing error message:

"Failed to find end of headers in HTTP response from http://github.com/stsquad/emacs_chrome/raw/master/servers/edit-server.el for package edit-server; see buffer http github.com:443 "

Changing the URL to the redirected one fixes the problem for me.

[1] http://github.com/stsquad/emacs_chrome/raw/master/servers/edit-server.el [2] https://raw.githubusercontent.com/stsquad/emacs_chrome/master/servers/edit-server.el

yyr commented 4 years ago

thanks