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