git global config issue

Posted by Andrew Bullock on Stack Overflow See other posts from Stack Overflow or by Andrew Bullock
Published on 2010-06-14T10:24:00Z Indexed on 2010/06/14 10:42 UTC
Read the original article Hit count: 242

Filed under:

Somehow, my global git (msysgit) settings for user.name and user.email (and god knows what else) are set to a recent ex-colleague's details.

When I try and change them i get could not commit to u://.gitconfig

If I try and create u://.gitconfig through git bash then i get permission denied.

C:\Users\<My Username>\

contains no references to git.

I've tried uninstalling, searching the registry and my file system for all references to git and I can't find any (windows file search is crap though).

What the hell is going on? Why even after reinstalling are this guys details still the global settings???

Thanks

© Stack Overflow or respective owner

Related posts about git