git clone 下来的文件乱码
➜ neg git:(master) ✗ head neg.0.txt
����̫�� ���仹����3�ǵ� ������ʩ�dz��¾�.����Ƶ���ϵı�����¸���.
➜ neg git:(master) ✗ file neg.0.txt
neg.0.txt: ISO-8859 text, with CRLF, CR line terminators
# 尝试转化未果
➜ neg git:(master) ✗ iconv -f ISO-8859-1 -t UTF-8 neg.0.txt
±ê×¼¼äÌ«²î ·¿¼ä»¹²»Èç3ÐÇµÄ ¶øÇÒÉèÊ©·Ç³£³Â¾É.½¨Òé¾Æµê°ÑÀϵıê×¼¼ä´ÓиÄÉÆ.
注:本地是Mac系统
有解决办法吗?
file展示的编码不准 用
gbk
解决了