I\'m currently using GitHub over HTTPS and have the latest version of Git installed (1.9.0) along with the Git credential helper on Windows 7.
On setting up my envir
First find the version you are using with the Git command git --version. If you have a newer version than 1.7.10, then simply use this command:
git config --global credential.helper wincred
Then do the git fetch , then it prompts for the password update.
Now, it won't prompt for the password for multiple times in Git.