TortoiseGit save user authentication / credentials

前端 未结 8 2230
轮回少年
轮回少年 2020-11-28 01:15

Is there a way to save GITHUB\'s user credentials with TortoiseGit?

It prompts me the below dialog every time whenever I do a push/pull.

I would

8条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 01:27

    For msysgit 1.8.0, download git-credential-wincred.exe from https://github.com/downloads/msysgit/git/git-credential-wincred.zip and put into C:\Program Files\Git\libexec\git-core

    For msysgit 1.8.1 and later, the exe is built-in.

    in git config, add the following settings.

    [credential] helper = wincred

提交回复
热议问题