git如何配置邮箱和用户名?
答: 1. 配置邮箱
git config --global user.email "jello_smith@163.com"
2. 配置用户名
git config --global user.name "jello_smith"
答: 1. 配置邮箱
git config --global user.email "jello_smith@163.com"
2. 配置用户名
git config --global user.name "jello_smith"