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
I managed to stop this by carrying out the following steps.
cd "C:\Program Files\Git\mingw64\libexec\git-core" followed by git-credential-manager.exe uninstallgit config --global credential.helper wincredNOTE: I was using a Personal Access Token as my password.