cursor
cursor copied to clipboard
Extension edamagit not working in a remote environement
I am using magit 6 for all my git interactions and it does not work when editing files on a remote server. I am working on a mac and ssh into an Ubuntu 22.04 server.
Before installing vscode on the remote machine - I get
[1] git commit
"code" --wait: 1: code: not found
error: There was a problem with the editor '"code" --wait'.
Please supply the message using either -m or -F option.
Then if I install vscode
[1] git commit
Aborting commit due to empty commit message.
I guess something fishing going on and git can't quiet open the buffer in cursor.
When doing the same with vscode - it works seamlessly - no need to install vscode on the remote server. If you have any idea of things I can try to get it to work, I am running out of ideas. Thanks