Monday 30 January 2017

How can I switch my signed in user in Visual Studio

git error we were unable establish the connection because it is configured for user
visual studio 2015 we were unable to establish the connection because it is configured for user
How can I switch my signed in user in Visual Studio 2013?

Try below options...

Option 1:

1. Close Visual Studio
2. Start the Developer Command Prompt from Visual Studio Tools installed with Visual Studio as an administrator.
3. type 'devenv /resetuserdata'  ('wdexpress /resetuserdata' for Express SKUs)
4. Start Visual Studio Normally.


Option 2:

Delete the following key in regedit

hkey_current_user\software\Microsoft\VSCommon\12.0\clientservices\tokenstorage\visualstudio\ideuser

Saturday 21 January 2017