I\'m using Visual Studio, and the GitHub Extension. I am able to sign in, then clone my team\'s repository, and then pull changes successfully.
When it comes time to
Using Windows Credential manager
After seeting username, password in Windows Credential Manager, set git config to read from credential manager. Open gitbash, run command: git config --global --add credential.helper manager