无法找到sublime-2" sftp命令行可执行文件"

时间:2017-01-18 21:02:19

标签: sublimetext2 gcp

尝试设置sublime SFTP以在Google云端(GCP)VM上运行并继续收到此基本错误。 我认为我的sublime-2设置搞砸了,但我不知道如何解决它。 这是我现在的sftp设置文件 -

{
    // The tab key will cycle through the settings when first created
    // Visit http://wbond.net/sublime_packages/sftp/settings for help

    // sftp, ftp or ftps
    "type": "sftp",

    "sync_down_on_open": true,
    "sync_same_age": true,

    "host": "[SERVER_IP]",
    "user": "[MY_USER]",
    //"password": "password",
    //"port": "22",

    "remote_path": "/home/[MY_USER]/",
    "connect_timeout": 30,
    "ssh_key_file": "~/.ssh/my-ssh-key",

}

0 个答案:

没有答案