基本信息设置 基本信息设置git config --global user.name 'name'git config --global user.email 'name@emil.com'# 仅需首次输入密码git config --global credential.helper store