Visual Studio For Mac: Troubleshooting Git Credentials Problems with HTTPS and SSH
- cherrylweiner00553
- Aug 17, 2023
- 1 min read
Every once in a while Visual Studio falls into an authorization loop where it keeps asking for my credentials. The root cause to the problem seems to be that I have some private nuget feeds and multiple Azure Active Directory accounts connected to my VS.
Visual Studio For Mac Always Asking For Git Credentials
To push code to your GitHub repositories, we will use the recommended HTTPS method. There are also instructions for using SSH. To prevent git from asking for your username and password every time you push a commit you can cache your credentials by running the following command, as described in the instructions. 2ff7e9595c
Comments