我已经用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文件,但这并没有解决问题。
发布于 2014-01-28 15:13:51
scpx或sshx协议。(setq tramp-verbose 6)并检查输出缓冲区以查看实际发生的事情(C-h v tramp-verbose查看级别),然后从那里继续。ssh-agent死了。重新启动它可以解决问题。M-x ibuffer * * D RET来杀死所有的TRAMP缓冲区,这样它就会重新开始。如果所有这些都不起作用,请尝试使用来自melpa的最新的TRAMP或重新安装它。流浪汉从盒子里出来很好,也许是你弄坏了什么东西?
https://stackoverflow.com/questions/15072845
复制相似问题