9
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

"Warning (el-get): Your Emacs doesn't support HTTPS (TLS)."

Posted at

for Mac OS X

Error Message


Warning (el-get): Your Emacs doesn't support HTTPS (TLS).

How to Fix in short

brew install emacs --with-cocoa --with-gnutls

How to re-install emacs

Uninstall emacs first

brew uninstall emacs

For Emacs 24

$ brew update
$ brew install emacs --with-cocoa --with-gnutls
$ brew linkapps emacs
$ sudo rm /usr/bin/emacs
$ sudo rm -rf /usr/share/emacs
$ alias emacs="/usr/local/Cellar/emacs/24.x/Emacs.app/Contents/MacOS/Emacs -nw"

Ref.

9
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?