-
Notifications
You must be signed in to change notification settings - Fork 41.7k
Closed
Description
Describe the bug
I get the following errors when checking MasonLog. This is on a fresh ubuntu 20.04 system and with a fresh neovim stable v.0.8.1 version.
I also double checked in a fresh docker to confirm I got the same errors a second time.
...acker/start/mason.nvim/lua/mason-core/installer/init.lua:119: Executing installer for Package(name=lua-language-server)
...acker/start/mason.nvim/lua/mason-core/providers/init.lua:58: Provider "github" "get_latest_release" failed: spawn: wget failed with exit code 4 and signal 0.
...acker/start/mason.nvim/lua/mason-core/providers/init.lua:69: No provider implementation found for github.get_latest_release
...acker/start/mason.nvim/lua/mason-core/installer/init.lua:155: Installation failed for Package(name=lua-language-server) error="...acker/start/mason.nvim/lua/mason-core/installer/init.lua:122: ...start/mason.nvim/l ua/mason-core/managers/github/init.lua:55: Failed to fetch latest release from GitHub API. Refer to :h mason-provider-errors for more information."
To Reproduce
Steps to reproduce the behavior:
- Install ubuntu 20.04
- Install git, gcc, g++
- Install neovim v.0.8.1 via deb release
- Copy kickstart.nvim into $HOME/.config/nvim/init.lua
- Run
nvimand see that all packages excepttelescope-fzf-native.nvimis installed correctly - Quit and run
nvimagain, 8/8 treesitter modules is installed correctly - Quit and run
nvimagain to see that nvim prints[mason-lspconfig.nvim] installing sumneko_luaforever. - Run
:MasonLogand see error.
Desktop (please complete the following information):
- OS: Ubuntu 20.04
- Terminal: gnome-terminal
Neovim Version
- Output of running
:versionfrom inside of neovim:
NVIM v0.8.1
Build type: Release
LuaJIT 2.1.0-beta3
Metadata
Metadata
Assignees
Labels
No labels