Remote branch on Visual Studio online doesn’t appear on Visual Studio 2015 Team Explorer
You can now do this in Visual Studio by going to the Synchronisation tab (Sync in the Team drop down menu) and clicking Fetch at the top.
You can now do this in Visual Studio by going to the Synchronisation tab (Sync in the Team drop down menu) and clicking Fetch at the top.
In the top right corner of Visual Studio, you will find a colored box with your name or your initials inside. Click the down arrow and then Account Settings. In the opening window, please click “Sign out” in the upper left part of the window. After a restart of Visual Studio and signing back in, … Read more
After I changed the generic credentials from Control Panel → User Accounts → Credential Manager for Git, it worked for me.
When I came accross this issue none of the provided answers solved this problem or if it did I didn’t like recreating the project. The way I ended up solving the issue: Clicking on the “Connect to Team Projects button” (The plug next to the home button in the Team Explorer tab) Right click the … Read more
What fixed the issue for me is going to Tools > Options > Source Control > Git Global Settings, there I changed all 4 dropdowns which were still selected as “Unset”: Prune remote branches during fetch – False Rebase local branch when pulling – False Cryptographic network provider – OpenSSL Credential helper – GCM Core … Read more