Can't change username and password from git

后端 未结 2 692
感情败类
感情败类 2020-12-11 11:54

I use git extension. I wanted the password and username to be store in cache so I used: git-credential-winstore. It worked fine until I had to change the password in my com

相关标签:
2条回答
  • 2020-12-11 12:33

    Check the control panel / User Accounts and Family Safety / User Accounts, or directly the Credential Manager:

    (Image from "Credential Manager - Where Windows Stores Passwords & Login Details")

    You should be able to delete the faulty credential there.

    0 讨论(0)
  • 2020-12-11 12:33

    I use http://[yourgitserverip]/Bonobo.Git.Server/Repository/[repositoryname] to change my password. Then;

    1. Remove the git credential on Windows Credentials.
    2. Find the .gitconfig file in (c:/Users/[YourAccount] folder)
    3. Add this line (if does not exist):

      [credential] helper = !\"C:/Program Files (x86)/GitExtensions/GitCredentialWinStore/git-credential-winstore.exe\"

    0 讨论(0)
提交回复
热议问题