0
我要到遠程服務器不直接相關的部署上使用Capistrano的對任務的自定義設置,這將是對我有用的,如果我可以使用Capistrano的啓動Vim,我已經試過這一點:是否可以從capistrano任務啓動vim?
set :pty, true
execute "vim #{shared_path}/my_file.txt"
但我收到這個(原因很明顯)
01 stdin: is not a tty
01 Vim: Warning: Output is not to a terminal
01 Vim: Warning: Input is not from a terminal
它的存在,無論如何,使其工作?