We use Azure Devops for our git repository and we previously had an issue every so often where we would get a "Terminal Prompts disabled" error. When we upgraded to Visual Studio (2019) version 16.8.1, this went away and all seemed fine. However, after about 2 weeks on this version I and some of our other developers are now getting this error:
Failed to push to the remote repository. See the Output window for more details.
Updating 7df912b..b4954c1
Git failed with a fatal error.
Failed to write item to store. [0x520]
A specified logon session does not exist. It may already have been terminated
POST git-upload-pack (909 bytes)
remote: Azure Repos
remote:
remote: Found 12 objects to send. (9 ms)
From https://dev.azure.com/myOrg/_git/myApp
7df971b..b4958c1 master -> origin/master
Sometimes it will also say that it failed and to check the Output window. When I go to check the error, it will say "check the output window" in the output window itself with no further error message. I have tried clearing my git credential tenant.cache file and IdentityService folders in AppData, but have had no luck. The most odd thing though is that all of the pushes and pulls seem to still work. Has anyone experienced either of these errors?