Workaround for “Visual Studio Web Request handler could not be found” when using github?

前端 未结 1 344
猫巷女王i
猫巷女王i 2021-01-17 23:44

When I choose \"Open in Visual Studio\" on github, I get the following error:

\"Visual Studio Web Request handler could not be found\"

相关标签:
1条回答
  • 2021-01-18 00:05

    The solution is easy: just reassign the default handler for the git-client protocol. To do that, press the Windows-Key, enter "default apps" and select the settings page. Go down, select "Choose default apps by protocol" and look for "git-client". Click and select the Microsoft Visual Studio Web Protocol Handler Selector for VS2017.

    When you click the "Open in Visual Studio" - button in Github, Visual Studio 2017 should open and you can clone the repo in Team Explorer.

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