Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Reinstalling Git on Windows

Writer Matthew Barrera

Git bash stopped working for me not sure if i messed up some system variables or something but when i uninstall and try to reinstall i get a series of unable to set system config errors

Error 1

enter image description here


Error 2

enter image description here


Error 3

enter image description here

2 Answers

It looks like it's trying to access C:\\.config and is unable to. Try moving that folder our of the way and doing the install again. I think if it's not there it creates it during the install.

1

So I finally figured it out, Went into the registry editor and found all instances of git including the path variable and deleted them, restarted computer and reinstalled git bash successfully, I also deleted a HOME variable that I had created right before bash originally stopped working so not sure if that was a factor as well. This short video on youtube helped-

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy