How disable the password request window
When I write command git push pops up window requesting type username and password. I prefer do this in terminal. How to disable this window?
add a comment
When I write command git push pops up window requesting type username and password. I prefer do this in terminal. How to disable this window?
git config --global core.askpass ""
Asked: 2016-02-11 14:59:13 -0600
Seen: 82 times
Last updated: Feb 11 '16