Git credential helper - update password

前端 未结 10 1464
遥遥无期
遥遥无期 2020-12-07 08:21

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

10条回答
  •  情深已故
    2020-12-07 09:28

    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.

提交回复
热议问题