I git push my work to a remote Git repository.
git push
Every push will prompt me to input username and password. I would
push
username
password
Running the below command solved the problem for me.
git config --global credential.helper wincred
Please refer the below github documentation:
https://help.github.com/articles/caching-your-github-password-in-git/