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
Post a Comment