problem using GIT and emacs eshell mode on Windows
Posted
by Andreo
on Stack Overflow
See other posts from Stack Overflow
or by Andreo
Published on 2009-06-17T11:10:33Z
Indexed on
2010/04/08
11:33 UTC
Read the original article
Hit count: 258
when i try to make a git commit in emacs eshell mode:
git commit -a -m "message"
I receive an error:
'c:\Program' is not recognized as an internal or external command, operable program or batch file.
and at the same time this problem is absent in emacs shell mode. How to force eshell work correctly with git?
© Stack Overflow or respective owner