赞
踩
问题:
执行svn co svn路径
命令拉取代码报错Can't convert string from 'UTF-8' to native encoding:
svn: E000022: Can't convert string from 'UTF-8' to native encoding:
svn: E000022: /home/htsc/HTSC-4.0/hydrator2.4.0/python-programed-plugins/src/main/resources/train/?\230?\183?\177?\229?\186?\166?\229?\173?\166?\228?\185?\160?\230?\143?\146?\228?\187?\182?\229?\188?\128?\229?\143?\145?\230?\150?\135?\230?\161?\163.docx
原因:
SVN客户端需要utf8支持中文
解决:
修改环境变量 /etc/profile
:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
生效环境变量配置
source /etc/profile
locale查看语言设置
,查看中英文环境
locale
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。