Hi, I just began using magit and it's really awesome! There was an
issue though with my setup, I use EmacsW32 with Git under Cygwin, so
magit got confused over directory paths. I found a very simple fix for
this issue, just put http://www.emacswiki.org/cgi-bin/wiki/cygwin-mount.el
in your site-path and add this to your .emacs:

(setenv "PATH" (concat "c:/programs/cygwin/bin;" (getenv "PATH")))
(setq exec-path (cons "c:/programs/cygwin/bin/" exec-path))
(require 'cygwin-mount)
(cygwin-mount-activate)

P.S.: This group is infested with spam right now, I'd suggest adding
moderation to it. I can give a hand for moderation.

Thanks

- budu

Reply via email to