Git username incorrect in git bash -


my office's active directory team changed our ad logons username (ex: myname) id# (ex: 12345). our git box users not tied ad, mimic old username method, thus, still set "myname" rather "12345". when connect git bash, thinks "12345@mydomain" instead of "myname@mydomain"

recap: log on pc 12345 (i used "myname") git bash defaults me 12345, git username not exist, "myname" exists

seems git changed default username when ad username changed. have tried modifying git config user.name, doesn't seem work.

aside changing git username on our local server, know how can pc connect repo, way of bash, using old username?

figured out -- went tortoise settings each repo, , under git: remote, highlighted origin remote. in url box, rather "servername", have "myname@servername". did trick.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -