在 https://github.com/aspnet/DotNetTools 的 readme 中看到可以通过 dotnet install tool dotnet-watch
命令安装 dotnet watch ,但我在 git bash 中运行时却出现下面的错误提示
$ dotnet install tool dotnet-watch
No executable found matching command "dotnet-install"
猜应该是需要你执行cmd下执行 run.cmd
bash下要执行 run.sh 进入交互模式。
然后才行执行dotnet命令。
你看一下是不是还需要安装这个脚本
https://docs.microsoft.com/zh-cn/dotnet/core/tools/dotnet-install-script