You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
I have 2 github accounts (work & personal) for which I want to store credentials (username + password) in my Windows 10 (in secure way).
git config --global credential.helper manager command sets only single username & password which conflicts between personal repo and work repo in my machine. Both repo are cloned using HTTPS.
I want to store and access more than one credentials (username+password) in a machine. Is it possible?
I know SSH is an option but I would like to know the way for HTTPS clone.