Git credential helper - update password

前端 未结 10 1456
遥遥无期
遥遥无期 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:26

    Solution using command line for Windows, Linux, and MacOS

    If you have updated your GitHub password on the GitHub server, in the first attempt of the git fetch/pull/push command it generates the authentication failed message.

    Execute the same git fetch/pull/push command a second time and it prompts for credentials (username and password). Enter the username and the new updated password of the GitHub server and login will be successful.

    Even I had this problem, and I performed the above steps and done!!

提交回复
热议问题