You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got error: TF400030: The local data store is currently in use by another operation. Please wait and then try your operation again. If this error persists, restart the application. #1242
I‘m trying to migrate TFVC code (with all history and branches) from TFS to Azure DevOps (git), but it was stuck when clone the code to my local folder. I used command:
git tfs clone http://tfs:8080/tfs/DefaultCollection $/project
Here is the error message:
TF400030: The local data store is currently in use by another operation. Please wait and then try your operation again. If this error persists, restart the application.