Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

Git | credential.helperで認証情報をキャッシュする

概要

credential.helperで認証情報をキャッシュする

詳細

credential.helperで認証情報をキャッシュする

下記の設定で、認証時のパスワード情報を1日キャッシュしておけます。

git config --global credential.helper cache --timeout=3600

関連

git-credential-winstoreでパスワード認証を省略する(windows + cygwin環境)
http://d.hatena.ne.jp/tbpg/20131107/1383834179