Linux git 基础配置

1.配置用户名 git config --global user.name "yourname" 2.配置邮箱 git config --global user.email "youremail" 3.编码配置 git config --global gui.encoding utf-8 #避免git gui中的中文乱码 git config --global core.quotepath off
相关文章
相关标签/搜索