git-credential-winstore prompt does not work with self hosted repositories

两盒软妹~` 提交于 2019-12-03 18:48:27

问题


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.


回答1:


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




回答2:


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




回答3:


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




回答4:


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.



来源:https://stackoverflow.com/questions/13107833/git-credential-winstore-prompt-does-not-work-with-self-hosted-repositories

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!