Git log out user from command line

前端 未结 7 1431
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-29 16:22

Is there a command for logging out of git? I\'m turning my computer over to somebody else and don\'t want the git to be attached to my account in the terminal.

相关标签:
7条回答
  • 2020-11-29 17:19

    I came across this same problem, and the above answer didn't work for me because github was being fed my credentials through windows credential manager instead of git bash.

    You may have to check windows credential manager and delete the github entry under control panel > user accounts > credential manager > Windows credentials > Generic credentials

    0 讨论(0)
提交回复
热议问题