基本信息设置

  1. git config --global user.name 'name'
  2. git config --global user.email 'name@emil.com'
  3. # 仅需首次输入密码
  4. git config --global credential.helper store