clone時から設定する用?
###system configを「credential.helper=manager」を削除する。
https://howpon.com/4738#1_credentialhelpermanagerWindows
/etc/gitconfigのcredential部をコメントアウトするだけでも可。
コメントアウト実行時は管理者権限でgitbashを上げること。
###Windows資格情報マネージャを削除する。
http://hajimete-program.com/blog/category/git/
###global gitconfigを「credential.helper=wincred」に設定する。
https://help.github.com/en/github/using-git/caching-your-github-password-in-git
###1端末で複数アカウントを設定する。
「認証まわりを使い分ける…プライベートリポジトリもcloneしたりpushしたい!」から参照
https://tech-1natsu.hatenablog.com/entry/2018/10/27/102621