On Sat, Jan 08, 2011 at 03:28:19PM -0800, RichardOnRails wrote: > When I issue the following command in a Command window: > K:\>git config --global user.name "RichardOnRails" > I get the following response: > The system cannot find the path specified. > > I'm a Git nubie running Git 1.7.3.1 on WindowsXP-Pro/SP3. I can get > Git running with a "Git Gui" icon in my Start window. > > Any suggestions?
Try this: K:\> set GIT_TRACE=1 K:\> git config --global user.name "RichardOnRails" and show what it prints out. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
