3、Git 基本配置
2021-11-06 本文已影响0人
yscyber
Git-8
Git-9
git config --global user.name "xxx"
git config --global user.email"xxx@xxx.xxx"
git config --list