摘要:
若cat可正常显示中文而vim不可,是由于vimrc中未配置编码所致。 vim /etc/vim/vimrc set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936 set termencoding=utf-8 set encoding=ut 阅读全文
摘要:
git更新后有时会提示没更改的文件为更改状态,尝试checkout这些文件还是会报: Encountered 2 file(s) that should have been pointers, but weren't...... 和attributes文件中关于git-lfs的内容有关。 git r 阅读全文
摘要:
with docker-compose Dockerfile: FROM ubuntu:18.04 MAINTAINER chudongyu <chudongyu#126.com> ENV TZ=Asia/Shanghai # host也是Ubuntu1804,可以直接配置镜像源为host的源 CO 阅读全文