-
Notifications
You must be signed in to change notification settings - Fork 20
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
No error message, but sublime doesn't open the File #12
Comments
Same problem. No any responses, and sublime not open. |
Same issue on windows 10 with OpenSSH, however works as expected when using putty. |
You want to check if the port is being forwarded. |
Just to provide some more information for the OpenSSH in windows that I'm experiencing: I am connecting using:
with nothing opening in sublime. Thanks! |
I fixed it on Windows 10. The issue is the Bash Shell script. I simply switched to the python version of rmate: After adding these lines to ~/.ssh/config it worked also with Windows OpenSSH. But I have to admit, that I updated the Windows OpenSSH binaries to the latest version:
Do not use localhost:52698 it does not work. It has to be 127.0.0.1:52698 |
I had the same problem on Windows 10.
I've used 127.0.0.1:52698 rather than localhost:52698. |
I have the same issue but on mac. I tried putting the following instruction on config file but did not work. Any suggestion specific to mac? Host * |
I have the same issue on Mac as well. It was working with RemoteForward 52698 127.0.0.1:52698, but after one lost connection session, I can't open any file any more. |
Hello,
Thanks for the great tool!
I am running $rmate tst.py , and don't get any error message, but my sublime does not open any file. Would you be able to help me, please?
I have installed RemoteSubl in sublime text 3.1..1 on my local workstation, that runs Windows 10. I have installed rmate on my remote workstation in /home/users/<my_username>/rmate (because I don't have access to /usr/local/bin/). I have also added /home/users/<my_username>/rmate to the PATH environment variable and ran $chmod a+x /home/users/<my_username>/rmate.
Thank you!
Björn
The text was updated successfully, but these errors were encountered: