What happened?
~/.config/emacs/bin/doom install runs for quite a while and clones all kind of repos until it fails with
Installing Doom Emacs!
- Skipping ~/.doom.d/ (already exists)
- Skipping ~/.doom.d/init.el (already exists)...
- Skipping ~/.doom.d/config.el (already exists)...
- Skipping ~/.doom.d/packages.el (already exists)...
- Envvar file already exists, skipping
> Installing plugins
> Ensuring packages are installed and built...
> Updating recipe repos...
> Cloning tree-sitter-indent.el...or-mirror...
x There was an unexpected runtime error
Message: Package was not properly cloned due to a connection failure, please try again later
Backtrace:
(signal error ("Package was not properly cloned due to a connection failure, please try again later"))
(error "Package was not properly cloned due to a connection failure, please try again later")
(if (car args) nil (error "Package was not properly cloned due to a connection failure, please try again later"))
(progn (if (car args) nil (error "Package was not properly cloned due to a connection failure, please try again later")) (apply shell-quote-argument args))
(shell-quote-argument nil)
(mapconcat shell-quote-argument ("git" "branch" "-m" nil) " ")
(format "$ cd %s\n$ %s\n\n" (shell-quote-argument (expand-file-name directory)) (mapconcat #'shell-quote-argument (cons program args) " "))
(propertize (format "$ cd %s\n$ %s\n\n" (shell-quote-argument (expand-file-name directory)) (mapconcat #'shell-quote-argument (cons program args) " ")) 'face 'straight-proce...
(concat (propertize (format "$ cd %s\n$ %s\n\n" (shell-quote-argument (expand-file-name directory)) (mapconcat #'shell-quote-argument (cons program args) " ")) 'face 'straig...
(let* ((inhibit-read-only t) (entry (concat (propertize (format "$ cd %s\n$ %s\n\n" (shell-quote-argument (expand-file-name directory)) (mapconcat #'shell-quote-argument (co...
(let* ((result result) (exit (car result)) (invoked (numberp exit)) (success (and invoked (= 0 exit))) (failure (not success)) (stdout (nth 1 result)) (stderr (nth 2 result)...
(let ((directory x76) (result x74) (args x72) (program x70)) (let* ((result result) (exit (car result)) (invoked (numberp exit)) (success (and invoked (= 0 exit))) (failure ...
GNU Emacs v27.1 nil
Doom core v3.0.0-pre grafted, HEAD -> master, origin/master, origin/HEAD bd908e4 2025-05-16 09:28:29 +0200
Doom modules v25.06.0-pre grafted, HEAD -> master, origin/master, origin/HEAD bd908e4 2025-05-16 09:28:29 +0200
! Wrote extended backtrace to ~/.config/emacs/.local/state/logs/cli.doom.250516103837.1027266.error
What did you expect to happen?
No error ;-)
Steps to reproduce
- Run
~/.config/emacs/bin/doom install
System information
Loading data dump...