2014-08-29 55 views

回答

1

使用ProxyCommand裏面sftp_flags

事情是這樣的工作對我來說:

// Destination server info 
"host": "dest.example.com", 
"user": "foo", 

// Proxy server info 
"sftp_flags": [ 
    "-o", 
    "ProxyCommand ssh [email protected] -i ~/.ssh/bar.pem -W %h:%p" 
] 
0

嘗試在你的 「包Control.sublime的設置」 補充一點:

「HTTP_PROXY」: 「proxy.my.net:8080」 , 「https_proxy」: 「proxy.my.net:8080」,

如果它不工作,嘗試使用以下步驟:

  1. 打開您的Internet Explorer
  2. 工具→Internet選項→高級標籤→安全→取消「檢查服務器證書吊銷」 此複選框
  3. 重新啓動崇高文字和它的工作!

希望它能幫助你。