You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
Installation works by changing the protocol to SSH
$ sudo luarocks install --server=ssh://luarocks.org/dev lua-lsp # works
Installation fails with HTTP URL which is currently suggested in lua-lsp README
$ sudo luarocks install --server=http://luarocks.org/dev lua-lsp # fails
...
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
I'm not familiar with luarocks, simply providing the command that worked for me on Debian 11-Bullseye. I noticed the error while writing installation instructions for Micro editor's new LSP Plugin. It seems that Lua-lsp works to some extent with this Micro's LSP plugin, supporting linting (in the left side gutter) and alt-D jump to definition inside the same file.