首页 > 其他 > 详细

Sublime Text 2 SFTP UnicodeDecodeError错误!

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


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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!