在 emacs 中评估(shell-command-to-string "git pull -q")*scratch* 缓冲区挂起 emacs。
在htopbash 中,我注意到git pull从 emacs 派生的进程结束后,总是会留下一个 ssh 进程ssh: git@myrepo.org:22,其参数是我的远程 git 存储库 URL。并且一旦有ssh进程,(shell-command-to-string "git pull -q")正常退出。
除了git pull -q在 bash 下正常工作。
附加系统信息uname -a:Linux Edge 3.8.0-31-generic #46~precise1-Ubuntu SMP Wed Sep 11 17:49:16 UTC 2013 i686 i686 i386 GNU/Linux
任何人有任何想法?