Visual Studio Source Control Explorer access denied

前端 未结 1 1790
死守一世寂寞
死守一世寂寞 2020-12-19 01:36

Recently I have been working on a project and have been waiting to publish it to Azure. Before I was able to do this my local user account on my machine was changed. Now whe

相关标签:
1条回答
  • 2020-12-19 02:18

    You will have to change your workspace mapping. If the Source Control Explorer allows you, you can open the Workspace dropdown (in the toolbar) and edit the current mapping.

    If the Source Control Explorer doesn't allow you due to Access Denied errors, you can also use the commandline utility tf.exe to remove them.

      tf workspaces /remove
    

    And then create a new one through the UI or also from the commandline using

      tf workspace /new 
      tf workfold /map
    

    I'm re-using an old picture here, step 4 should be to fix the paths in the Workspace folders list on the bottom of the dialog :).

    enter image description here

    0 讨论(0)
提交回复
热议问题