Credential Caching for Wrist-Friendly Git Usage
Smart HTTP is The Future™ A while back, we launched Smart HTTP support for GitHub; this transport for pushing changes to GitHub has a number of benefits over the SSH-based…
Smart HTTP is The Future™
A while back, we launched Smart HTTP
support for GitHub; this
transport for pushing changes to GitHub has a number of benefits over the
SSH-based approach, especially for Windows users. The biggest benefit is,
instead of setting up an SSH key, you can just type your GitHub username and
password.
Credential Caching in Git – Don’t Make Me Type!
However, this approach has always had one major drawback – you have to type
your username / password every time, which can get to be a little annoying.
One of our users, Andrew Nurse, has come up with a
great utility that utilizes Git 1.7.9’s HTTPS Credential
Caching support to
provide a native password cache for Windows.
With this tool installed, you will only have to type your password once,
until you change it. This utility is compatible with GitHub, as well as
any other Git repository that supports the Smart HTTP protocol.
Installing the application is easy – just unzip it and double-click the EXEs.
Included along with this zip file is
GitPad,
another helpful utility that changes the Git default commit message editor to
whatever your system uses to edit text files (usually Notepad).
-
git-credential-winstore and
GitPad
for Windows Vista / Windows 7 (.NET 3.5 required) -
git-credential-winstore and
GitPad
for Windows 8 (.NET 4.0 required) - The git-credential-winstore source code
(Note that there is no functional difference between the two, only .NET
Framework versions)
Where’s the Mac version?
Git Core ships the source code to a sample credential store that uses the
native OS X credential cache APIs. Grab the binary
here,
put it in /usr/local/bin
, and run the command git config --global credential.helper osxkeychain
to enable it.
Written by
Related posts
Apply now for GitHub Universe 2023 micro-mentoring
As part of our ongoing commitment to accelerate human progress through Social Impact initiatives, we’re offering students 30-minute, 1:1 micro-mentoring sessions with GitHub employees ahead of Universe.
The 2023 Open Source Program Office (OSPO) Survey is live!
Help quantify the state of enterprise open source by taking the 2023 OSPO survey.
Godot 4.0 Release Party 🎉
We are delighted to host the Godot 4.0 Release Party at GitHub HQ on Wednesday, March 22 from 6:30 pm to 9:30 pm. And you’re invited!