-
Notifications
You must be signed in to change notification settings - Fork 124
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
doesn't work on remote mac if Textmate installed & opened on the remote mac #75
Comments
I am not sure if i understand your problem properly: You are using a MacBook and want to open TextMate locally using rmate rather than opening the file on a remote Mac? Where is rmate located in this case - on your local Mac or on the remote Mac? |
Sorry for misunderstanding. That said, I have 2 mac computers A and B. Using mac remote login, I can login B from A, and I hope to use rmate to open TextMate locally in A. The rmate is installed in B under In B, if TextMate is installed and opened, the rmate will open the file in B using TextMate. If I quit B's TextMate, rmate will work as expected, and open the file in A using A's TextMate. |
Thanks for clarification! I have to admit, that i never tested this case, will do so. |
Me and my colleague had the same problem. Worked around it using aliases to rmate which different port numbers. |
Sorry, will take a little longer to fix, because i am currently very busy with other things. I hope will be able to get back to this mid Novembre. |
I use this to change port number .bashrc file on server
.ssh/config in local
|
if [[ -n $SSH_CLIENT || -n $SSH_TTY ]]; then
export RMATE_PORT=52658
fi or shorter |
I have been using rmate in all my remote servers. Recently, I've just bought another mac laptop, so I hope I can use rmate on it too.
However, it's interesting if the TextMate is opened on the remote mac, the
rmate
command will open the TextMate on the remote mac. I have to quit TextMate on the remote mac, sormate
will open the file locally.I'm wondering if anything I can do to fix this? Thank you :)
The text was updated successfully, but these errors were encountered: