【发布时间】:2013-02-25 17:32:17
【问题描述】:
我已经用 emacs 设置了 tramp 模式,使用该模式已经有一段时间了,最近我开始出现以下错误,无法打开任何文件。
Loading /etc/emacs/site-start.d/50sml-mode.el (source)...done [3 times]
For information about GNU Emacs and the GNU system, type C-h C-a.
Tramp: Opening connection for toolserver using scp...
Tramp: Sending command `exec ssh -e none toolserver'
Tramp: Waiting for prompts from remote shell
Tramp: Sending command `exec ssh -e none toolserver'
Tramp: Found remote shell prompt on `toolserver'
Tramp: Opening connection for toolserver using scp...done
byte-code: Couldn't find exit status of `test -e /home/FILE_NAME.py'
我已将实际文件重命名为 FILE_NAME.py
采取的措施:
我删除了 .tramp_history 文件,但这并没有解决问题。
【问题讨论】:
-
尝试使用
/sshx:协议而不是/ssh: