码迷,mamicode.com
首页 > 其他好文 > 详细

Sublime Text 2 SFTP UnicodeDecodeError错误!

时间:2014-09-02 12:26:14      阅读:265      评论:0      收藏:0      [点我收藏+]

标签:style   color   os   io   2014   log   sp   on   line   


右键--》SFTP/FTP -》Sync Remote To Local {作者:半条虫(466814195)}

提示以下错误

An unexpected error occurred, please send the file ~/.config/sublime-text-2/Packages/User/SFTP.errors.log to support@wbond.net




2014-09-02 10:59:26
Traceback (most recent call last):
  File "./sftp/threads.py", line 15, in run_with_except_hook
  File "./sftp/commands.py", line 2473, in run
UnicodeDecodeError: ‘ascii‘ codec can‘t decode byte 0xe4 in position 5: ordinal not in range(128)


解决

按住Ctrol + Shift + P 输入 sftp:editserver

加入

“remote_encoding”:"utf-8",

Sublime Text 2 SFTP UnicodeDecodeError错误!

标签:style   color   os   io   2014   log   sp   on   line   

原文地址:http://blog.csdn.net/rimke/article/details/39003471

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!