I’m new to doom emacs, and emacs in general, and I’ve been having problem with the package android-mode
, which is part of the module (java +lsp)
.
I, many times, removed the package folder and run doom sync -u
.
Taking a look at at the android-mode repository on github I noticed that it moved to another platform, Codeberg, one week ago.
The link provided on the old repository pointing to the new one doesn’t work for me, I assume it’s offline for some reason, but it may be a DNS problem.
Here are the logs:
> Cloning android-mode...emacsmirror-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 agai...
(progn (if (car args) nil (error "Package was not properly cloned due to a connection failure, please t...
(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-quot...
(propertize (format "$ cd %s\n$ %s\n\n" (shell-quote-argument (expand-file-name directory)) (mapconcat ...
(concat (propertize (format "$ cd %s\n$ %s\n\n" (shell-quote-argument (expand-file-name directory)) (ma...
(let* ((inhibit-read-only t) (entry (concat (propertize (format "$ cd %s\n$ %s\n\n" (shell-quote-argume...
(let* ((result result) (exit (car result)) (invoked (numberp exit)) (success (and invoked (= 0 exit))) ...
(let ((program x72) (args x74) (result x76) (directory x78)) (let* ((result result) (exit (car result))...
GNU Emacs v29.4 nil
Doom core v3.0.0-pre grafted, HEAD -> master, origin/master, origin/HEAD 311ad23 2025-01-13 12:36:05 -0500
Doom modules v25.02.0-pre grafted, HEAD -> master, origin/master, origin/HEAD 311ad23 2025-01-13 12:36:05 -0500