svn 设置post-commit后 报错svn: Can't convert string from 'UTF-8' to native encoding
生活随笔
收集整理的这篇文章主要介绍了
svn 设置post-commit后 报错svn: Can't convert string from 'UTF-8' to native encoding
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
文件语言编码和系统冲突导致的错误,设置svn目录下hooks/post-commit加上:
export LANG=zh_CN.GB2312或者:
export LANG=zh_CN.UTF-8
转载于:https://www.cnblogs.com/yangxunwu1992/p/5720530.html
总结
以上是生活随笔为你收集整理的svn 设置post-commit后 报错svn: Can't convert string from 'UTF-8' to native encoding的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: jquery判断页面滚动条(scroll
- 下一篇: 自定义PopupWindow