📅  最后修改于: 2022-03-11 14:50:53.087000             🧑  作者: Mango
# First check in git bash what is the HOME location. Open git bash and run
echo $HOME
# Now change the HOME path by opening cmd and run
setx HOME "path/to/.ssh/loc" (I gave C:\Users\programmer\github)
# Now cross check by running the echo command in git bash.