当我尝试在emacs eshell模式下进行git提交时:
git commit -a -m "message"
我收到一个错误:
'c:\Program' is not recognized as an internal or external command, operable program or batch file.
同时在emacs shell模式中不存在此问题.如何使用git强制eshell正常工作?