git如何配置邮箱和用户名?

答: 1. 配置邮箱

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

  2. 配置用户名

  git config --global user.name "jello_smith"

posted @ 2019-06-21 14:32  Jello  阅读(1432)  评论(0)    收藏  举报