I'm new to the bash shell on windows. I installed git, and I need to clone a private http repository. I'm getting prompted for my user name and password. I understand I should use a git credential manager to securely store my credentials. How would I go about doing this with the WSL?
Thank you!