I have kind of an weird problem. I cant access my HOME directory in Git Bash or CMD using cd ~ or cd. I set the Enviroment Variable to C/Users/274338 but it somehow registers as C/Users/274338;.
Also it was working before and i cant recall changing anything. How can i change that?
using cd in git bash Enviroment Variable
Using cd ~ i expected to go to my set Home directory. I tried changing the variable but to my knowledge it was correct. The directory is existing as can be seen in my image.
modify
C:\Program Files (x86)\Git\etc\profileand set $HOME variable to yourHOME.Save and open Git Bash and execute cd ~. You should be in
/C/Users/274338EDIT: To change the HOME environment variable in Windows
HOMEvariable.HOMEvariable.HOMEvariable and click "OK" to save the changes.