假设我的git用户名为'gitme',密码为'gitpass'。如何将密码更改为“gitpass1”?请告诉我。
答案 0 :(得分:2)
您可以将密码放在.netrc文件中(_netrc on windows)。从那里它将被自动拾取。它将以600权限转到您的主文件夹。
新选项是使用凭证助手。请注意,凭据将使用标准凭据帮助程序以明文形式存储在本地配置中。 wincred的credential-helper也可以在windows上使用。
凭证助手的使用示例
git config credential.helper store - stores the credentials indefinitely.
git config credential.helper 'cache --timeout=3600'- stores for 60 minutes
答案 1 :(得分:0)
要在GitHub中重置/更改密码,请访问此website。
答案 2 :(得分:-1)
更改Bitbucket中的密码