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
相關文章
相關標籤/搜索