github提交出现问题


your console font probably doesn't support Unicode .if you experience strange characters in the output,consider switching to a truetype font such as lucida console

我在git push 之后出现上述问题,网上搜过,但是最终没有解决此问题。
问题背景:我是git上面 用jekyll搭建的一个博客,是在提交文章的时候遇到这个问题的,一共几十篇文章我都是用相同的方法处理的,但是有的没有问题,有的却偏偏出现问题。出现上述问题的文章,传上去以后打开时乱码。
另如果把文章用editplus转码成unicode的话,上传后打开不是乱码,但是格式确实乱的!!!
求解答

git jekyll

大宝SOD蜜 12 years ago

这个问题我也曾遇到过,看网上的解决办法真是越弄越乱。你就看一下你文章里面的内容有什么特殊字符,还有


layout: post

title: yourtitle

这一部分一定要严格按照格式书写,就不会出现问题了

国家级萝莉控 answered 12 years ago

Your Answer