从emacs挂起emacs调用git pull

时间:2013-10-13 09:33:55

标签: git shell emacs ssh git-pull

评估emacs中的(shell-command-to-string "git pull -q") * scratch * buffer挂起emacs。

从bash中的htop开始,我注意到在emacs结束的git pull进程结束后,总会留下一个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-通用#46~precision1-Ubuntu SMP Wed Sep 11 17:49:16 UTC 2013 i686 i686 i386 GNU / Linux

任何人都有任何想法?

1 个答案:

答案 0 :(得分:0)

我尝试在我的盒子上复制这个,但不能。缓冲区评估正常。

在切线上,如果您想与Emacs中的Git存储库进行交互,最好使用magit package