git push always asks for password and username code example
Example 1: git asking for password every time
# it will ask just one more time
git config --global credential.helper store
Example 2: git command line always asks for password
git config --global credential.helper wincred