My office's active directory team recently changed all our AD logons from a username (ex: myname) to an id# (ex: 12345). Our git box users are not tied to AD, but they mimic the old username method, thus, they are still set up as "myname" rather than "12345". Now when I connect to Git Bash, it thinks I am "12345@mydomain" instead of "myname@mydomain"
Recap: I now log on to my PC as 12345 (I used to as "myname") Git Bash defaults me to 12345, but that GIT username does not exist, only "myname" exists
Seems git changed my default username when my AD username changed. I have tried modifying git config user.name, but that doesn't seem to work.
Aside from changing my GIT username on our local server, anyone know how I can get this PC to connect to the repo, by way of bash, using my old username?