Doom-emacs: "Could not create connection to raw.githubusercontent.com:443" Symbol’s value as variable is void: straight-process-buffer

Created on 25 Feb 2020  Â·  2Comments  Â·  Source: hlissner/doom-emacs

Getting this error while installing doom emacs on my linux machine

Opening TLS connection with ‘openssl s_client -connect raw.githubusercontent.com:443 -no_ssl2 -no_ssl3 -ign_eof’...failed
Opening TLS connection to ‘raw.githubusercontent.com’...failed
x There was an unexpected error:
  Type: error
  Message:
    error
  Data:
    "Could not create connection to raw.githubusercontent.com:443"
Symbol’s value as variable is void: straight-process-buffer
bug bidoom networking resolved

Most helpful comment

Alternatively, you can install straight manually, like so:

# If your ISP or proxy doesn't allow you to install from
# raw.githubusercontent.com, then you'll have to install straight (our package
# manager) manually:
mkdir -p ~/.emacs.d/.local/straight/repos
git clone -b develop https://github.com/raxod502/straight.el ~/.emacs.d/.local/straight/repos/straight.el

All 2 comments

981ed73 fixes the Symbol’s value as variable is void: straight-process-buffer error, but the Could not create connection to raw.githubusercontent.com:443 error indicates a networking issue, not a Doom issue. I suggest you try again.

If you work or live somewhere where githubusercontent.com is blocked, you may need to use a proxy, or install Doom from elsewhere.

Alternatively, you can install straight manually, like so:

# If your ISP or proxy doesn't allow you to install from
# raw.githubusercontent.com, then you'll have to install straight (our package
# manager) manually:
mkdir -p ~/.emacs.d/.local/straight/repos
git clone -b develop https://github.com/raxod502/straight.el ~/.emacs.d/.local/straight/repos/straight.el
Was this page helpful?
0 / 5 - 0 ratings

Related issues

governorgoat picture governorgoat  Â·  3Comments

gueorgui picture gueorgui  Â·  3Comments

randomizedthinking picture randomizedthinking  Â·  3Comments

pieterdd picture pieterdd  Â·  3Comments

AloisJanicek picture AloisJanicek  Â·  3Comments