“svn: Can't convert string from 'UTF-8' to native encoding” 错误

来源:互联网 发布:淘宝评论没有了 编辑:程序博客网 时间:2024/06/07 05:00

在godaddy虚拟主机中使用svn的时候,一开始就遇到svn: Can't convert string from 'UTF-8' to native encoding错误

查了一下资料,发现解决方法只需要一条命令

export LANG="en_US.UTF-8"

写入 ~/.bashrc或者~/.bash_profile,以后就不会遇到这个问题了。


原文地址:  http://blog.csdn.net/ownfire/article/details/8266929

0 0
原创粉丝点击