#author("2020-05-25T12:18:57+09:00","default:ryuichi","ryuichi")
* HTTPSのパスワードの保存場所 [#vf4b1859]

** Git Credential Manager for Windows (GCM) を使う [#o70ab3fa]

 git config --global credential.helper manager

- なお、Windows Credential Store for Git (git-credential-winstore) (wincred)はすでにサポート外なので使わないこと
-- https://stackoverflow.com/questions/53181208/wincred-not-working-properly-with-git-bashgit-for-windows-when-executing-certa

- コントロールパネルを開く
- ユーザー アカウント → 資格情報マネージャーのWindows資格情報を開く
- 汎用資格情報に「git:https://github.com/...」のような名前で保存されている

** 参考 [#cbddd063]

- https://help.github.com/en/github/using-git/caching-your-github-password-in-git
- https://stackoverflow.com/questions/38333752/trying-to-understand-wincred-with-git-for-windows-confused


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS