Another thing, you must copy the .gitconfig file from your home
directory to the directory containing your .emacs file. I think any
folder in the PATH should do it too.

On Dec 30, 5:00 pm, Nicolas Buduroi <[email protected]> wrote:
> 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 puthttp://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