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

** Git資格情報マネージャを指定する [#fa16b768]

 git config --global credential.helper manager

- 上のように指定して、 Git Credential Manager for Windows (GCM) を使う
-- https://github.com/microsoft/Git-Credential-Manager-for-Windows
- なお、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


** HTTPSのパスワードの保存場所 [#f6d40981]

- コントロールパネルを開く
- ユーザー アカウント → 資格情報マネージャーの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