Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git Credential Cache #184

Closed
patricksnape opened this issue Apr 19, 2014 · 4 comments
Closed

Git Credential Cache #184

patricksnape opened this issue Apr 19, 2014 · 4 comments

Comments

@patricksnape
Copy link

Not sure if this is an issue with msysgit or not, but it would be great if cmder could include a git credential cache. This is very useful if you want to use HTTPS repositories on Github. At the moment I always have to download cmder, then download the credential store and install it manually. Including this be default would be awesome!

@MartiUK MartiUK added this to the 1.2 milestone Apr 22, 2014
@samvasko
Copy link
Contributor

Oh yea! That would be really convenient :-)
Maybe we can call out to @anurse. To help us!

@analogrelay
Copy link

Hey, I'm totally in favor :). I might see if I can do it as a PR but no promises :D. Feel free to just grab the binary and stuff it in your package!

@MartiUK MartiUK modified the milestones: 1.3, 1.2 Jan 22, 2015
@r3Fuze
Copy link

r3Fuze commented Jan 27, 2015

A little late here.. I looked into implementing this, but I don't think it will be necessary.
With Git 1.7.10 or newer you can use the default Windows credential manager.
$ git config --global credential.helper wincred to enable.
Read more here https://help.github.com/articles/caching-your-github-password-in-git/#platform-windows

Maybe make Cmder do this automatically? It's a lot simpler and doesn't require any additional files.

@MartiUK
Copy link
Member

MartiUK commented Jan 28, 2015

I see, I guess we can put it in the docs. Some people might not want this as default? I would rather it be a command to run rather than force it.

@MartiUK MartiUK modified the milestones: 1.2, 1.3 Jan 28, 2015
@MartiUK MartiUK closed this as completed Jan 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants