0

TortoiseGit keeps asking for my password when I interact with a remote.

I've just (re-)installed Git v2.7.4 and TortoiseGit v2.0 but when I go to credential manager and set these settings as most of the advice I've read suggests:

enter image description here

I get this:

enter image description here

What am I doing wrong / how can I get this up and running?

Edit - I checked and .gitconfig is writeable and looks like this:

[user] email = [email protected] name = Jon Cage [core] autocrlf = true excludesfile = C:\\Users\\jonc\\Documents\\gitignore_global.txt [credential] [credential] [credential] [credential] [credential] [credential] helper = wincred 
3
  • 1
    There was a bug in TortoiseGit 2.0 which broke the selection of the credential helper. Commented Mar 18, 2016 at 23:18
  • @MrTux: Do you have a link? I can't find it in their issue tracker.. gitlab.com/tortoisegit/tortoisegit/issues Commented Mar 21, 2016 at 11:59
  • There is no issue tracker entry, its only fixed in code: gitlab.com/tortoisegit/tortoisegit/commit/… Commented Mar 21, 2016 at 15:07

2 Answers 2

2

There was a bug in TortoiseGit 2.0.

TortoiseGit 2.1 was just released where this issue is fixed.

== Bug Fixes ==
* Fix the the credential helper settings dialog

Sign up to request clarification or add additional context in comments.

Comments

0

Probably this will help. There are multiple approaches (winstore, _netrc file, using Advanced on Git > Credential) - use whatever is working for you, since in Git philosophy there is more than one way to do it.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.