19

git-credential-winstore works perfect with github and bitbucket repositories, but the prompt does not pop up while working with self hosted repositories. I can' t see what the problem is.

I' ve tried :

git config --global credential.helper winstore

via console

[credential]
    helper = winstore

in gitconfig and created and stored the credentials manualy. Without success. Can anyone point me to te right direction please? Im using Win7.

Best regards.

Stephan Ahlf
  • 3,310
  • 5
  • 39
  • 68

4 Answers4

21

Copy git-credential-winstore.exe into C:\Program Files (x86)\Git\libexec\git-core

linquize
  • 19,828
  • 10
  • 59
  • 83
  • I had to copy it to `C:\Program Files\GitExtensions\GitCredentialWinStore\` on a Windows 8 machine. Thanks for the link @kio21 – Jason Jong Feb 04 '14 at 02:46
  • Windows 7, libiconv-2.dll was missing => http://stackoverflow.com/questions/3431361/git-for-windows-the-program-cant-start-because-libiconv2-dll-is-missing – Jonathan Root Aug 06 '14 at 09:22
4

Use "wincred" in place of "winstore". It will work. It solved same problem for me.

Prashant
  • 3,823
  • 3
  • 25
  • 40
2

Execute 'git-credential-winstore.exe' and say 'yes'.

agg-ub
  • 21
  • 2
1

Update 2016:

Use the Git Credential for Windows: available here on Microsoft's GitHub organisation account

Install it and it just works, nothing to configure.

codea
  • 1,439
  • 1
  • 17
  • 31