-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exited Unexpectedly: exit code 1 #233
Comments
I have the same ( I have ensured binaries are on path on remote server ( As for me starting the server manually first I can use it with |
It looks like the docs have been updated. If using ssh mode you should use
|
I'm also facing this issue. The launch command results in a Connection timed out (os error 110). using the
The issue is that, it seems distant is not able to connect to the server even though the connect command is working just fine. |
So in my case, I was trying to connect to a Microsoft Azure VM which turns out, it does not expose all ports by default. So distant was actually starting a server internally that was not accessible to the public. I had to define a Network Security Group rule to expose a given port that I'm setting while using distant-args option and now everything is working as expected distant launch ssh://root@ip-address --distant-args '--port 8181' |
I'm trying to make distant work, but I couldt:
How to reproduce:
distant installed on mac:
nvim commands
Error:
My system
MacOS 13.2.1
iTerm2
Nvim (nvchad)
The text was updated successfully, but these errors were encountered: