I'm using Git, on Windows, version 2.9.2.windows.1.
I work on a repository project and when I do a push, it asked me to enter my GitHub username and password. I entered both my GitHub username and password to update the project.
In my next push, it doesn't ask for my username and password any more. All my modifications for the project are updated.
It looks like my username and password are "saved". How do I "unsave" them?
How do I sign out?
I tried
git config --global --unset user.name
git config --global --unset user.email
git config --global --unset credential.helper
But they do not make me sign out.
I want to clear my sign in so the next time I make a push, it asks me again to enter my username and password.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…