-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
While running the :RemoteStart command, the installation of Neovim inside the remote host fails with the following error: curl: (22) The requested URL returned error: 404
After taking a closer look at the scripts created within the remote host, I noticed that the appimage URL of Neovim v0.10.4 for Linux has changed from the previous version and as a result curl is unable to download it.
To reproduce
Use the repro.lua to reproduce the issue.
This provides me with a better chance to reproduce the issue.
This also provides a sanity check of if the issue is with the plugin or some other part of your configuration.
Steps to reproduce the behavior:
- Run
nvim -u <repro.lua> - Execute
:RemoteStart - Choose
Remote SSH: Set up configured SSH host - Choose previously configured remote connection
- Choose Neovim version
v0.10.4to install on the remote host
Expected behavior
Installation of Neovim on the remote host terminate successfully.
Screenshot/Screencast(s)
System information
- Your local OS: Void Linux x86_64
- Local Neovim version: v0.10.4
- Remote host OS (if applicable): Rocky Linux 8.7 (Green Obsidian) x86_64
- Remote Neovim version (if applicable): v0.10.4
Lap1n, RandomChugokujin, tommiiii, AzizCode92, kusabiraki-axlbit and 11 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
