如何使用命令提示符更改 git 密码?

How to change the git password using command prompt?

假设我的 git 用户名是 'gitme',密码是 'gitpass'。如何将密码更改为 'gitpass1'?请告诉我。

要 reset/change 您在 GitHub 中的密码,请访问此 website

  • 输入与您的个人 GitHub 帐户关联的电子邮件地址。
  • GitHub 将通过电子邮件向您发送 link 邮件,您可以通过该邮件重设密码。您必须在收到电子邮件后的 24 小时内单击此 link。如果您没有收到来自 GitHub 的电子邮件,请务必检查您的垃圾邮件文件夹。
  • 点击电子邮件中的 link 后,系统会要求您输入新密码。
  • 您可以将密码放在 .netrc 文件中(windows 上的 _netrc)。从那里它会被自动拾取。它将以 600 权限转到您的主文件夹。

  • 一个新选项是使用凭证助手。请注意,凭据将使用标准凭据帮助程序以明文形式存储在您的本地配置中。 credential-helper with wincred 也可以用于 windows.

凭据助手的使用示例

git config credential.helper store - stores the credentials indefinitely.
git config credential.helper 'cache --timeout=3600'- stores for 60 minutes

在 Bitbucket 中更改密码

  1. 使用当前用户名和密码登录 Bitbucket
  2. 转到管理帐户(右上角)
  3. 点击更改密码,然后输入旧密码和新密码