Windows has an environment variable HOME
which is on a remote serve (say Y:/, set by administrator and suppose not to be changed) and I start Emacs on my local disk, say C:/. (Emacs becomes slow if I start from Y:/)
However .gitconfig
file locates on Y:/ by default and magit cannot find it so I don't have the right settings for user name and emails, even if I move .gitconfig
to C:/.
Is it possible to set magic and git settings independently or read .gitconfig
from Y:/?
Magit version: Git 2.7.4.windows.1, Emacs 24.4.1, windows-nt