Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to clear github auto login in window git bash?

Tags:

git

window

I use window 7. I push to github remote repo on window git bash. window require login github to me, so I type github Id and password. and I complete push. but next time, in push command, Window auto login to github. I don't want auto login to github. How do that?

like image 233
Bokang.Seo Avatar asked Apr 09 '26 18:04

Bokang.Seo


1 Answers

Use this:

git config --global --unset credential.helper
like image 100
Tim Biegeleisen Avatar answered Apr 12 '26 16:04

Tim Biegeleisen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!