I started using Visual Studio Code, and I was trying to save my test project into GitHub, but Visual Studio Code is always asking for my GitHub credentials.
I have i
Automatic Git authentication. From the v1.45 Release Notes:
GitHub authentication for GitHub Repositories
VS Code now has automatic GitHub authentication against GitHub repositories. You can now clone, pull, push to and from public and private repositories without configuring any credential manager in your system. Even Git commands invoked in the Integrated Terminal, for example git push, are now automatically authenticated against your GitHub account.
You can disable GitHub authentication with the
git.githubAuthenticationsetting. You can also disable the terminal authentication integration with thegit.terminalAuthenticationsetting.