* fatal: $HOME not set
@ 2008-12-11 10:36 JD Guzman
2008-12-11 11:09 ` Johannes Sixt
0 siblings, 1 reply; 2+ messages in thread
From: JD Guzman @ 2008-12-11 10:36 UTC (permalink / raw)
To: git
This is probably a really stupid question but I'm trying to run git outside
of the shell provided by msysgit.
Everything works however when I try to set config options I get the error in
the subject line. I would suspect this is because the windows command
prompt isn't providing any information about the user's home directory. My
question is would this be something that I can set manually or does git rely
on the OS to provide this information?
Regards,
JD Guzman
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: fatal: $HOME not set
2008-12-11 10:36 fatal: $HOME not set JD Guzman
@ 2008-12-11 11:09 ` Johannes Sixt
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Sixt @ 2008-12-11 11:09 UTC (permalink / raw)
To: JD Guzman; +Cc: git
JD Guzman schrieb:
> This is probably a really stupid question but I'm trying to run git outside
> of the shell provided by msysgit.
> Everything works however when I try to set config options I get the error in
> the subject line. I would suspect this is because the windows command
> prompt isn't providing any information about the user's home directory. My
> question is would this be something that I can set manually or does git rely
> on the OS to provide this information?
You can set it yourself to where you want git to store the .gitconfig
file. Do this in Settings->System->Advanced->Environment Variables,
section User variables. You can set it to %HOMEDRIVE%%HOMEPATH% in order
point it somewhere below C:\Documents and Settings.
-- Hannes
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-11 11:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-11 10:36 fatal: $HOME not set JD Guzman
2008-12-11 11:09 ` Johannes Sixt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).