I installed Git 2.28.0 64 bit on windows 10. The default git config is set to my home directory. Since this is a company computer, the HOME is always set to a network folder by Group Policy.
I tryied some suggestions that editing the etc/profile file by setting the HOME variable at the top of the like this:
HOME="/c/Users/MyUserName/Documents"
This trick did not work. My question is how to change this?
Thanks to a few people suggested this Changing .gitconfig location on Windows but it did not help. I have tried the suggestions (except for the Power Script option, which is not an option in my situation) there but still did not work.
Thanks,