SyntaxFix
Write A Post
Hire A Developer
Questions
Try setting the HOME environment variable in Windows to your home folder (c:\users\username).
c:\users\username
( you can confirm that this is the problem by doing echo $HOME in git bash and echo %HOME% in cmd - latter might not be available )
echo $HOME
echo %HOME%