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

Sublime Text 2 SFTP UnicodeDecodeError错误!

时间:2017-06-12 14:53:19      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:run   nal   byte   and   unicode   read   comm   sftp   ffffff   


右键--》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错误!

标签:run   nal   byte   and   unicode   read   comm   sftp   ffffff   

原文地址:http://www.cnblogs.com/wzzkaifa/p/6992361.html

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