I'm using Git via VSCode but the issue is that
- every time I try to push my changes to my remote repository i'm supposed to put in my authentication credentials but using Git via VSCode it is not popping up the login screen. If i use Git on its own i do get the popup to type in my login credentials.
How can get Git within VSCode to popup the login form or somehow store my credentials in VScode so that automatically logs me into my remote repository and push my changes?
thank you