尝试安装服务总线资源管理器应用程序未显示在任务管理器中?
Tried installing service bus explorer application doesn't show in task manager?
我试着按照这个
https://perry230.medium.com/how-to-install-service-bus-explorer-7b06cfcb5061
这是结果
以及git
中的curl命令
curl -s https://api.github.com/repos/paolosalvatori/ServiceBusExplorer/releases/latest | grep browser_download_url | cut -d '"' -f 4
总结评论作为答案供其他社区参考:
正如 Abraham 在评论中提到的,下载后您缺少语句终止符 ....org/install.ps1'));
。只需 运行 单独执行命令即可。
我试着按照这个
https://perry230.medium.com/how-to-install-service-bus-explorer-7b06cfcb5061
这是结果
以及git
中的curl命令curl -s https://api.github.com/repos/paolosalvatori/ServiceBusExplorer/releases/latest | grep browser_download_url | cut -d '"' -f 4
总结评论作为答案供其他社区参考:
正如 Abraham 在评论中提到的,下载后您缺少语句终止符 ....org/install.ps1'));
。只需 运行 单独执行命令即可。