无法在 Mac 上通过 SSH 使用“open”命令

无法在 Mac 上通过 SSH 使用“open”命令

我有一个工作流程,其中我在终端中结合使用 SSH 与远程桌面,并且我经常使用openSSH 中的命令在 GUI 中打开某些内容。

然而,最近它因以下故障而停止工作:

$ ssh 127.0.0.1
$ open .
The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-600 "procNotFound: no eligible process with specified descriptor" UserInfo={_LSLine=387, _LSFunction=_LSAnnotateAndSendAppleEventWithOptions}

只需open .在机器上本地运行就可以了,它会在当前工作目录中打开 Finder。它似乎最近也在 Mac OS Monterey 中开始发生,但我无法确切地追踪它在哪个版本上停止工作。

有什么想法是什么原因造成的或者如何解决?

相关内容