Can't change username and password from git

后端 未结 2 705
感情败类
感情败类 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

    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\"

提交回复
热议问题