答: 1. 配置邮箱

  git config --global user.email "jello_smith@163.com"

  2. 配置用户名

  git config --global user.name "jello_smith"