11 Jun 2014, 17:09

Git credential caching on Windows [Updated]

I previously wrote (quite a while ago, actually), about git credential caching on Windows. Now, I know I’m a bit late to the party here, but as of msysgit 1.8.1, the wincred credential helper has been added to the distribution. That means that everything you saw at the previous post is no longer required, and all you have to do is:

git config --global credential.helper wincred
comments powered by Disqus