SmartGit Hg “Authentication Failed”

后端 未结 8 1886
一整个雨季
一整个雨季 2021-02-13 03:42

Hi already used smartGit Hg a couple of months. I have already account in bitbucket which I used already couple months already also. When I created another account in bitbucket

8条回答
  •  清歌不尽
    2021-02-13 04:06

    An easier approach to re-installing, but you will need to set it up again.

    Delete: c:\Users\{YOUR_USER_NAME}\AppData\Roaming\syntevo

    Once you re-launch SmartGit, it may noticed an issue with the credential helper. If so, then force it to use SmartGit by adding this to your .gitconfig

    [credential]
      helper=
    

    That file is located: c:\Users\{YOUR_USER_NAME}\.gitconfig

    Re-launch SmartGit, do a PULL and it will prompt you to set a Master Password. Once complete, it will then ask you for the project credentials.

提交回复
热议问题