git设置编码

xiaoxiao2021-02-28  96

$ git config --global core.quotepath false   显示 status 编

$ git config --global gui.encoding utf-8  图形界面编码

$ git config --global i18n.commit.encoding utf-8  提交信息编码

$ git config --global i18n.logoutputencoding utf-8  输出 log 编码

$ export LESSCHARSET=utf-8

转载请注明原文地址: https://www.6miu.com/read-49751.html

最新回复(0)