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
When using Neovide on windows and trying to connect to a remote Linux server , I encountered two errors:
Hardcoded Shell Command
I have an SSH config file in the default location, and I'm using it to connect to a remote server. However, I'm encountering the following errors.
ERROR 2024/11/15 5:46:31 .repro\data\nvim-data\lazy\remote-nvim.nvim\lua\remote-nvim\providers\ssh\ssh_config_parser.lua:174: Failed to resolve path: "/c/Users/xxx/.ssh/config". Extra info: (SOURCE_FILE="nil")
And then, I find this hardcoded cmd which can not be excueted on default windows os. But I had git installed.
Unexpected Remote Command Return when determining the remote system
This case is even stranger when using SSH to execute remote commands.
The value of cmd_out_lines is "{\27[?9001h\27[?1004h\27[?25l\27[2J\27[m\27[H\27]0;C:\\Program Files\\PowerShell\\7-preview\\pwsh.exe\a\27[?25hLinux x86_64", "\27[?9001l\27[?1004l"}, a table.
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.
Incase you cannot and still feel something is off with the plugin, do report. I won't bite!
Steps to reproduce the behavior:
Run nvim -u <repro.lua>
RemoteStart
Expected behavior
A clear and concise description of what you expected to happen.
Screenshot/Screencast(s)
If possible and applicable, add screenshot(s)/screencast.
System information
Your local OS: Windows 11 27749.1000
Local Neovim version: v0.10.2 release
Local Neovide version: v0.13.3
Remote host OS (if applicable): Archlinux x86_64
Remote Neovim version (if applicable): v0.10.2 release
Additional context
Also encountered problem in Creating custom neovim directories on remote
Describe the bug
When using Neovide on windows and trying to connect to a remote Linux server , I encountered two errors:
I have an SSH config file in the default location, and I'm using it to connect to a remote server. However, I'm encountering the following errors.
And then, I find this hardcoded cmd which can not be excueted on default windows os. But I had git installed.
remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_config_parser.lua
Lines 122 to 133 in ffbf91f
This case is even stranger when using SSH to execute remote commands.
The value of
cmd_out_lines
is"{\27[?9001h\27[?1004h\27[?25l\27[2J\27[m\27[H\27]0;C:\\Program Files\\PowerShell\\7-preview\\pwsh.exe\a\27[?25hLinux x86_64", "\27[?9001l\27[?1004l"}
, a table.remote-nvim.nvim/lua/remote-nvim/providers/provider.lua
Lines 326 to 332 in ffbf91f
my options.lua is below.
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.
Incase you cannot and still feel something is off with the plugin, do report. I won't bite!
Steps to reproduce the behavior:
nvim -u <repro.lua>
Expected behavior
A clear and concise description of what you expected to happen.
Screenshot/Screencast(s)
If possible and applicable, add screenshot(s)/screencast.
System information
Additional context
Also encountered problem in
Creating custom neovim directories on remote
The text was updated successfully, but these errors were encountered: