【发布时间】:2014-06-09 01:19:06
【问题描述】:
有没有人尝试在本地或远程 SSH 会话中运行 Swift REPL?
xcrun swift 在本地终端会话中运行良好,但对我来说失败了
error: failed to launch REPL process: process exited with status -1) (lost connection)
在 SSH 会话中(通过 iPad 远程或直接在我的桌面 Mac 上通过 ssh 进入 localhost)。
【问题讨论】:
-
什么是ssh命令?您是尝试直接运行 REPL 还是在 bash 等登录 shell 中运行?
标签: swift read-eval-print-loop